CloneSet220


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9430.990statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1929
administrator/components/com_installer/views/discover/tmpl/default.php
2933
administrator/components/com_installer/views/languages/tmpl/default.php
3957
administrator/components/com_installer/views/manage/tmpl/default.php
4930
administrator/components/com_installer/views/update/tmpl/default.php
Clone Instance
1
Line Count
9
Source Line
29
Source File
administrator/components/com_installer/views/discover/tmpl/default.php

                      for ($i=0, $n=count($this->items), $rc=0; $i<  $n; $i ++ ,$rc=  1-  $rc): ;
                                                                                                ?>
<?php                           $this->loadItem($i);
                                echo $this->loadTemplate('item');
                        ?>
<?php
                      endfor
                      ;       ?>
</tbody>
</table>
<?php


Clone Instance
2
Line Count
9
Source Line
33
Source File
administrator/components/com_installer/views/languages/tmpl/default.php

                      for ($i=0, $n=count($this->items), $rc=0; $i<  $n; $i ++ ,$rc=  1-  $rc): ;
                                                                                                ?>
<?php                           $this->loadItem($i);
                                echo $this->loadTemplate('item');
                        ?>
<?php
                      endfor
                      ;       ?>
</tbody>
</table>
<?php


Clone Instance
3
Line Count
9
Source Line
57
Source File
administrator/components/com_installer/views/manage/tmpl/default.php

                      for ($i=0, $n=count($this->items), $rc=0; $i<  $n; $i ++ ,$rc=  1-  $rc): ;
                                                                                                ?>
<?php                           $this->loadItem($i);
                                echo $this->loadTemplate('item');
                        ?>
<?php
                      endfor
                      ;       ?>
</tbody>
</table>
<?php


Clone Instance
4
Line Count
9
Source Line
30
Source File
administrator/components/com_installer/views/update/tmpl/default.php

                      for ($i=0, $n=count($this->items), $rc=0; $i<  $n; $i ++ ,$rc=  1-  $rc): ;
                                                                                                ?>
<?php                           $this->loadItem($i);
                                echo $this->loadTemplate('item');
                        ?>
<?php
                      endfor
                      ;       ?>
</tbody>
</table>
<?php


Clone AbstractionParameter Count: 3Parameter Bindings

for ($i=0,$n=count($this->items),$rc=0; $i<$n; $i ++ ,$rc=1-$rc):
  ;
  ?> [[#variable2347e5e0]]<?php
  $this->loadItem($i);
  echo $this->loadTemplate('item');
  ?> [[#variable4664ebc0]]<?php
endfor
;
?> [[#variable2347e580]]<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2347e5e0]]
 
12[[#2347e5e0]]
 
13[[#2347e5e0]]
 
14[[#2347e5e0]]
 
21[[#4664ebc0]]
 
22[[#4664ebc0]]
 
23[[#4664ebc0]]
 
24[[#4664ebc0]]
 
31[[#2347e580]]
</tbody>
</table> 
32[[#2347e580]]
</tbody>
</table> 
33[[#2347e580]]
</tbody>
</table> 
34[[#2347e580]]
</tbody>
</table>