Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.962 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 152 | libraries/joomla/filesystem/stream.php |
2 | 3 | 155 | libraries/joomla/filesystem/stream.php |
| ||||
{ // one supplied at open; overrides everything $this->_fh = fopen($filename, $mode, $use_include_path, $context); } |
| ||||
{ // one provided at initialisation $this->_fh = fopen($filename, $mode, $use_include_path, $this->_context); } |
| |||
{ // one provided at initialisation // one supplied at open; overrides everything $this->_fh =fopen($filename,$mode,$use_include_path, [[#variable58e68fe0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58e68fe0]] | $this->_context |
1 | 2 | [[#58e68fe0]] | $context |