CloneSet1950


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.989statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12715
libraries/joomla/installer/adapters/component.php
22230
libraries/joomla/installer/adapters/plugin.php
Clone Instance
1
Line Count
2
Source Line
715
Source File
libraries/joomla/installer/adapters/component.php

                $row->name = $this->get('name');
                $row->type = 'component';


Clone Instance
2
Line Count
2
Source Line
230
Source File
libraries/joomla/installer/adapters/plugin.php

                        $row->name = $this->get('name');
                        $row->type = 'plugin';


Clone AbstractionParameter Count: 1Parameter Bindings

$row->name =$this->get('name');
$row->type = [[#variable4dad8600]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4dad8600]]
'component' 
12[[#4dad8600]]
'plugin'