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.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 29 | administrator/components/com_config/views/application/view.php |
2 | 2 | 31 | administrator/components/com_config/views/application/view.php |
| ||||
$table->loadByOption('com_users'); $userparams= new JParameter($table->params ,JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_users' . DS . 'config.xml'); |
| ||||
$table->loadByOption('com_media'); $mediaparams= new JParameter($table->params ,JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_media' . DS . 'config.xml'); |
| |||
$table->loadByOption( [[#variable228ef900]]); [[#variable224d1300]]=new JParameter($table->params ,JPATH_ADMINISTRATOR . DS . 'components' . DS . [[#variable228ef900]] . DS . 'config.xml'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#228ef900]] | 'com_media' |
1 | 2 | [[#228ef900]] | 'com_users' |
2 | 1 | [[#224d1300]] | $mediaparams |
2 | 2 | [[#224d1300]] | $userparams |