CloneSet957


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1532
administrator/components/com_installer/views/install/view.php
2540
administrator/components/com_installer/views/update/view.php
Clone Instance
1
Line Count
5
Source Line
32
Source File
administrator/components/com_installer/views/install/view.php

                $paths=  new stdClass();
                $paths->first = '';

                $this->assignRef('paths', $paths);
                $this->assignRef('state', $this->get('state'));


Clone Instance
2
Line Count
5
Source Line
40
Source File
administrator/components/com_installer/views/update/view.php

                $paths=  new stdClass();
                $paths->first = '';

                $this->assignRef('paths', $paths);
                $this->assignRef('state', $this->get('state'));


Clone AbstractionParameter Count: 0Parameter Bindings

$paths=new stdClass();
$paths->first ='';
$this->assignRef('paths',$paths);
$this->assignRef('state',$this->get('state'));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None