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.957 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 133 | libraries/joomla/language/language.php |
2 | 3 | 347 | libraries/joomla/language/language.php |
| ||||
$registry= new JRegistry(); $registry->loadINI($contents); $this->_override = $registry->toArray(); |
| ||||
$registry= new JRegistry(); $registry->loadINI($content); $newStrings= $registry->toArray(); |
| |||
$registry=new JRegistry(); $registry->loadINI( [[#variable511988a0]]); [[#variable51198ec0]]=$registry->toArray(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#511988a0]] | $contents |
1 | 2 | [[#511988a0]] | $content |
2 | 1 | [[#51198ec0]] | $this->_override |
2 | 2 | [[#51198ec0]] | $newStrings |