CloneSet1198


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.987statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14304
administrator/components/com_modules/controller.php
27162
administrator/components/com_weblinks/controllers/weblinks.php
Clone Instance
1
Line Count
4
Source Line
304
Source File
administrator/components/com_modules/controller.php

                JArrayHelper::toInteger($order);

                $model=  $this->getModel('module');
                $model->saveorder($cid, $order);


Clone Instance
2
Line Count
7
Source Line
162
Source File
administrator/components/com_weblinks/controllers/weblinks.php

                JArrayHelper::toInteger($order);

                // Get the model
                $model=  &$this->getModel('Weblinks');

                // Save the ordering
                $model->saveorder($cid, $order);


Clone AbstractionParameter Count: 2Parameter Bindings

JArrayHelper::toInteger($order);
// Get the model
$model= [[#variable216cb920]]->getModel( [[#variable217e1500]]);
// Save the ordering
$model->saveorder($cid,$order);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#216cb920]]
&$this 
12[[#216cb920]]
$this 
21[[#217e1500]]
'Weblinks' 
22[[#217e1500]]
'module'