CloneSet1205


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.993statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17113
administrator/components/com_modules/controller.php
27129
administrator/components/com_modules/controller.php
Clone Instance
1
Line Count
7
Source Line
113
Source File
administrator/components/com_modules/controller.php

                JRequest::setVar('edit', TRUE);

                // Checkout the module
                $model=  $this->getModel('module');
                $model->checkout();

                parent::display();


Clone Instance
2
Line Count
7
Source Line
129
Source File
administrator/components/com_modules/controller.php

                JRequest::setVar('edit', FALSE);

                // Checkout the module
                $model=  $this->getModel('module');
                $model->checkout();

                parent::display();


Clone AbstractionParameter Count: 1Parameter Bindings

JRequest::setVar('edit', [[#variable21d8b820]]);
// Checkout the module
$model=$this->getModel('module');
$model->checkout();
parent::display();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21d8b820]]
TRUE 
12[[#21d8b820]]
FALSE