CloneSet1211


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.986statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12701
libraries/joomla/installer/adapters/component.php
22337
libraries/joomla/installer/adapters/language.php
Clone Instance
1
Line Count
2
Source Line
701
Source File
libraries/joomla/installer/adapters/component.php

                $eid=  $row->find(array( 'element' => strtolower($this->get('element')),
                                                 'type' => 'component'
                                       ));


Clone Instance
2
Line Count
2
Source Line
337
Source File
libraries/joomla/installer/adapters/language.php

                $eid=  $row->find(array( 'element' => strtolower($this->get('tag')),
                                                 'type' => 'language'
                                       ));


Clone AbstractionParameter Count: 2Parameter Bindings

$eid=$row->find(array( 'element' => strtolower($this->get( [[#variable2247c620]])),
                       'type' => [[#variable2247c5c0]]
                     ));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2247c620]]
'element' 
12[[#2247c620]]
'tag' 
21[[#2247c5c0]]
'component' 
22[[#2247c5c0]]
'language'