Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.989 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 56 | libraries/joomla/installer/adapters/library.php |
2 | 4 | 70 | libraries/joomla/installer/adapters/template.php |
| ||||
{ // we can upgrade, so uninstall the old one $installer= new JInstaller(); // we don't want to compromise this instance! $installer->uninstall('library', $result); } |
| ||||
{ // we can upgrade, so uninstall the old one $installer= new JInstaller(); // we don't want to compromise this instance! $installer->uninstall('template', $result); } |
| |||
{ // we can upgrade, so uninstall the old one $installer=new JInstaller(); // we don't want to compromise this instance! $installer->uninstall( [[#variable46d46740]],$result); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46d46740]] | 'template' |
1 | 2 | [[#46d46740]] | 'library' |