CloneSet1200


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1340.960statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111181
libraries/joomla/installer/adapters/component.php
21284
libraries/joomla/installer/adapters/module.php
31257
libraries/joomla/installer/adapters/plugin.php
Clone Instance
1
Line Count
1
Source Line
1181
Source File
libraries/joomla/installer/adapters/component.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
                                                             ));


Clone Instance
2
Line Count
1
Source Line
284
Source File
libraries/joomla/installer/adapters/module.php

                        // 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
                                                     ));


Clone Instance
3
Line Count
1
Source Line
257
Source File
libraries/joomla/installer/adapters/plugin.php

                        // 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
                                                     ));


Clone AbstractionParameter Count: 4Parameter Bindings

/*
                                 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21f81400]]
'menu' 
12[[#21f81400]]
'extension' 
13[[#21f81400]]
'extension' 
21[[#21f812e0]]
'id' 
22[[#21f812e0]]
'extension_id' 
23[[#21f812e0]]
'id' 
31[[#21f81260]]
$com 
32[[#21f81260]]
$row 
33[[#21f81260]]
$row 
41[[#21f81340]]
id 
42[[#21f81340]]
extension_id 
43[[#21f81340]]
extension_id