Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.980 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 337 | libraries/joomla/factory.php |
2 | 3 | 37 | libraries/joomla/form/fields/timezones.php |
3 | 3 | 33 | libraries/joomla/html/parameter/element/timezones.php |
| ||||
{ $conf= &JFactory::getConfig(); $editor= $conf->getValue('config.editor'); } |
| ||||
{ $conf= &JFactory::getConfig(); $value= $conf->getValue('config.offset'); } |
| ||||
{ $conf= &JFactory::getConfig(); $value= $conf->getValue('config.offset'); } |
| |||
{ $conf= &JFactory::getConfig(); [[#variable224f0880]]=$conf->getValue( [[#variable224f0860]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#224f0880]] | $value |
1 | 2 | [[#224f0880]] | $editor |
1 | 3 | [[#224f0880]] | $value |
2 | 1 | [[#224f0860]] | 'config.offset' |
2 | 2 | [[#224f0860]] | 'config.editor' |
2 | 3 | [[#224f0860]] | 'config.offset' |