Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 4 | 0.960 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1181 | libraries/joomla/installer/adapters/component.php |
2 | 1 | 284 | libraries/joomla/installer/adapters/module.php |
3 | 1 | 257 | libraries/joomla/installer/adapters/plugin.php |
| ||||
/* * Since we have created a menu item, we add it to the installation step stack * so that if we have to rollback the changes we can undo it. */ $this->parent->pushStep(array( 'type' => 'menu', 'id' => $com->id )); |
| ||||
// Since we have created a module item, we add it to the installation step stack // so that if we have to rollback the changes we can undo it. $this->parent->pushStep(array( 'type' => 'extension', 'extension_id' => $row->extension_id )); |
| ||||
// Since we have created a plugin item, we add it to the installation step stack // so that if we have to rollback the changes we can undo it. $this->parent->pushStep(array( 'type' => 'extension', 'id' => $row->extension_id )); |
| |||
/* * Since we have created a menu item, we add it to the installation step stack * so that if we have to rollback the changes we can undo it. */ // Since we have created a module item, we add it to the installation step stack // Since we have created a plugin item, we add it to the installation step stack // so that if we have to rollback the changes we can undo it. $this->parent->pushStep(array( 'type' => [[#variable21f81400]], [[#variable21f812e0]]=> [[#variable21f81260]]-> [[#variable21f81340]] )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21f81400]] | 'menu' |
1 | 2 | [[#21f81400]] | 'extension' |
1 | 3 | [[#21f81400]] | 'extension' |
2 | 1 | [[#21f812e0]] | 'id' |
2 | 2 | [[#21f812e0]] | 'extension_id' |
2 | 3 | [[#21f812e0]] | 'id' |
3 | 1 | [[#21f81260]] | $com |
3 | 2 | [[#21f81260]] | $row |
3 | 3 | [[#21f81260]] | $row |
4 | 1 | [[#21f81340]] | id |
4 | 2 | [[#21f81340]] | extension_id |
4 | 3 | [[#21f81340]] | extension_id |