CloneSet1779


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.980statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12127
components/com_content/models/article.php
22210
components/com_content/models/frontpage.php
Clone Instance
1
Line Count
2
Source Line
127
Source File
components/com_content/models/article.php

                                $data->params = clone $this->getState('params');
                                $data->params->merge($registry);


Clone Instance
2
Line Count
2
Source Line
210
Source File
components/com_content/models/frontpage.php

                        $item->params = clone $this->getState('params');
                        $item->params->merge($registry);


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable47731ac0]]->params = clone $this->getState('params');
 [[#variable47731ac0]]->params->merge($registry);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#47731ac0]]
$item 
12[[#47731ac0]]
$data