CloneSet1808


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1201.000statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111056
libraries/joomla/installer/adapters/component.php
211108
libraries/joomla/installer/adapters/component.php
Clone Instance
1
Line Count
1
Source Line
1056
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' => $menuid
                                                     ));


Clone Instance
2
Line Count
1
Source Line
1108
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' => $menuid
                                                             ));


Clone AbstractionParameter Count: 0Parameter 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 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' => $menuid
                             ));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None