Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 33 | libraries/joomla/html/parameter/element/languages.php |
2 | 3 | 241 | libraries/joomla/installer/adapters/language.php |
| ||||
$client= $node->attributes('client'); jimport('joomla.language.helper'); |
| ||||
$cname= $root->attributes('client'); // Attempt to map the client to a base path jimport('joomla.application.helper'); |
| |||
[[#variable44b00d40]]= [[#variable41df9e20]]->attributes('client'); // Attempt to map the client to a base path jimport( [[#variable3ea94e00]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44b00d40]] | $client |
1 | 2 | [[#44b00d40]] | $cname |
2 | 1 | [[#41df9e20]] | $node |
2 | 2 | [[#41df9e20]] | $root |
3 | 1 | [[#3ea94e00]] | 'joomla.language.helper' |
3 | 2 | [[#3ea94e00]] | 'joomla.application.helper' |