Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.968 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 462 | libraries/joomla/installer/adapters/language.php |
2 | 4 | 471 | libraries/joomla/installer/adapters/module.php |
3 | 2 | 235 | libraries/joomla/installer/adapters/template.php |
| ||||
$this->parent->setPath('source', $client->path . DS . 'language' . DS . $short_element); $this->parent->setPath('extension_root', $this->parent->getPath('source')); |
| ||||
$this->parent->setPath('extension_root', $client->path . DS . 'modules' . DS . $element); // Get the package manifest objecct $this->parent->setPath('source', $this->parent->getPath('extension_root')); |
| ||||
$this->parent->setPath('extension_root', $client->path . DS . 'templates' . DS . $name); $this->parent->setPath('source', $this->parent->getPath('extension_root')); |
| |||
$this->parent->setPath( [[#variable2226a320]],$client->path . DS . [[#variable2226a2e0]] . DS . [[#variable2226a240]]); // Get the package manifest objecct $this->parent->setPath( [[#variable2226a200]],$this->parent->getPath( [[#variable2226a320]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2226a320]] | 'source' |
1 | 2 | [[#2226a320]] | 'extension_root' |
1 | 3 | [[#2226a320]] | 'extension_root' |
2 | 1 | [[#2226a2e0]] | 'language' |
2 | 2 | [[#2226a2e0]] | 'modules' |
2 | 3 | [[#2226a2e0]] | 'templates' |
3 | 1 | [[#2226a240]] | $short_element |
3 | 2 | [[#2226a240]] | $element |
3 | 3 | [[#2226a240]] | $name |
4 | 1 | [[#2226a200]] | 'extension_root' |
4 | 2 | [[#2226a200]] | 'source' |
4 | 3 | [[#2226a200]] | 'source' |