Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.986 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 701 | libraries/joomla/installer/adapters/component.php |
2 | 2 | 337 | libraries/joomla/installer/adapters/language.php |
| ||||
$eid= $row->find(array( 'element' => strtolower($this->get('element')), 'type' => 'component' )); |
| ||||
$eid= $row->find(array( 'element' => strtolower($this->get('tag')), 'type' => 'language' )); |
| |||
$eid=$row->find(array( 'element' => strtolower($this->get( [[#variable2247c620]])), 'type' => [[#variable2247c5c0]] )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2247c620]] | 'element' |
1 | 2 | [[#2247c620]] | 'tag' |
2 | 1 | [[#2247c5c0]] | 'component' |
2 | 2 | [[#2247c5c0]] | 'language' |