Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.986 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 126 | libraries/joomla/installer/adapters/template.php |
2 | 3 | 251 | libraries/joomla/installer/adapters/template.php |
| ||||
// Parse optional tags $this->parent->parseFiles($root->getElementByPath('media'), $clientId); $this->parent->parseLanguages($root->getElementByPath('languages')); $this->parent->parseLanguages($root->getElementByPath('administration/languages'), 1); |
| ||||
// Remove files $this->parent->removeFiles($root->getElementByPath('media'), $clientId); $this->parent->removeFiles($root->getElementByPath('languages')); $this->parent->removeFiles($root->getElementByPath('administration/languages'), 1); |
| |||
// Remove files // Parse optional tags $this->parent-> [[#variable22dd5720]]($root->getElementByPath('media'),$clientId); $this->parent-> [[#variable22dd5700]]($root->getElementByPath('languages')); $this->parent-> [[#variable22dd5700]]($root->getElementByPath('administration/languages'),1); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22dd5720]] | removeFiles |
1 | 2 | [[#22dd5720]] | parseFiles |
2 | 1 | [[#22dd5700]] | removeFiles |
2 | 2 | [[#22dd5700]] | parseLanguages |