| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 4 | 0.974 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 51 | libraries/joomla/installer/adapters/language.php |
| 2 | 3 | 57 | libraries/joomla/installer/adapters/language.php |
| ||||
$element= &$siteElement->getElementByPath('files');
if (!$this->_install('site', JPATH_SITE, 0, $element)) {
return FALSE;
}
|
| ||||
$element= &$adminElement->getElementByPath('files');
if (!$this->_install('administrator', JPATH_ADMINISTRATOR, 1, $element)) {
return FALSE;
}
|
| |||
$element= & [[#variable233804c0]]->getElementByPath('files');
if (!$this->_install( [[#variable233803a0]], [[#variable23380440]], [[#variable23380400]],$element)) {
return FALSE;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#233804c0]] | $siteElement |
| 1 | 2 | [[#233804c0]] | $adminElement |
| 2 | 1 | [[#233803a0]] | 'site' |
| 2 | 2 | [[#233803a0]] | 'administrator' |
| 3 | 1 | [[#23380440]] | JPATH_SITE |
| 3 | 2 | [[#23380440]] | JPATH_ADMINISTRATOR |
| 4 | 1 | [[#23380400]] | 0 |
| 4 | 2 | [[#23380400]] | 1 |