Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.978 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 399 | libraries/joomla/installer/adapters/module.php |
2 | 1 | 419 | libraries/joomla/installer/adapters/module.php |
3 | 1 | 540 | libraries/joomla/installer/adapters/plugin.php |
4 | 1 | 563 | libraries/joomla/installer/adapters/plugin.php |
| ||||
$manifestPath= $client->path . DS . 'modules' . DS . $this->parent->extension->element . DS . $this->parent->extension->element . '.xml'; |
| ||||
$manifestPath= $client->path . DS . 'modules' . DS . $this->parent->extension->element . DS . $this->parent->extension->element . '.xml'; |
| ||||
$manifestPath= $client->path . DS . 'plugins' . DS . $this->parent->extension->folder . DS . $this->parent->extension->element . '.xml'; |
| ||||
$manifestPath= $client->path . DS . 'plugins' . DS . $this->parent->extension->folder . DS . $this->parent->extension->element . '.xml'; |
| |||
$manifestPath=$client->path . DS . [[#variable24418d80]] . DS . $this->parent->extension-> [[#variable24418d00]] . DS . $this->parent->extension->element . '.xml'; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24418d80]] | 'plugins' |
1 | 2 | [[#24418d80]] | 'modules' |
1 | 3 | [[#24418d80]] | 'plugins' |
1 | 4 | [[#24418d80]] | 'modules' |
2 | 1 | [[#24418d00]] | folder |
2 | 2 | [[#24418d00]] | element |
2 | 3 | [[#24418d00]] | folder |
2 | 4 | [[#24418d00]] | element |