Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 528 | libraries/joomla/installer/adapters/module.php |
2 | 2 | 456 | libraries/joomla/installer/adapters/plugin.php |
| ||||
$this->parent->removeFiles($root->getElementByPath('media')); $this->parent->removeFiles($root->getElementByPath('languages'), $row->client_id); |
| ||||
// Remove all media and languages as well $this->parent->removeFiles($root->getElementByPath('media')); $this->parent->removeFiles($root->getElementByPath('languages'), -1); |
| |||
// Remove all media and languages as well $this->parent->removeFiles($root->getElementByPath('media')); $this->parent->removeFiles($root->getElementByPath('languages'), [[#variable58e8a020]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58e8a020]] | $row->client_id |
1 | 2 | [[#58e8a020]] | -1 |