CloneSet915


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10240.979foreach_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11022
templates/rhuk_milkyway/html/com_weblinks/categories/default.php
21028
templates/rhuk_milkyway/html/com_weblinks/category/default.php
Clone Instance
1
Line Count
10
Source Line
22
Source File
templates/rhuk_milkyway/html/com_weblinks/categories/default.php

      foreach ( $this->categories as $category):   ;
                                                   ?>
<li> <a href="<?php            echo $category->link; ?>" class="category<?php echo $this->escape($this->params->get( 'pageclass_sfx'));  ?>">
<?php                         echo $this->escape($category->title);?></a>
&nbsp;
<span class="small"> (<?php
                               echo $category->numlinks;?>)
</span>
</li>
<?php
      endforeach
      ;


Clone Instance
2
Line Count
10
Source Line
28
Source File
templates/rhuk_milkyway/html/com_weblinks/category/default.php

                      foreach ( $this->categories as $category):   ;
                                                                   ?>
<li> <a href="<?php                            echo $category->link; ?>" class="category<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php                                         echo $this->escape($category->title);?></a>
&nbsp;
<span class="small"> (<?php
                                               echo $category->numlinks;?>)
</span>
</li>
<?php
                      endforeach
                      ;


Clone AbstractionParameter Count: 4Parameter Bindings

foreach ($this->categories as $category):
  ;
  ?> [[#variable46ff62c0]]<?php
  echo $category->link;
  ?>" class="category<?php
  echo $this->escape($this->params->get('pageclass_sfx'));
  ?> [[#variable46ff6220]]<?php
  echo $this->escape($category->title);
  ?> [[#variable46ff6160]]<?php
  echo $category->numlinks;
  ?> [[#variable46ff61c0]]<?php
endforeach
;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46ff62c0]]
<li> <a href=" 
12[[#46ff62c0]]
<li> <a href=" 
21[[#46ff6220]]
"> 
22[[#46ff6220]]
"> 
31[[#46ff6160]]
</a>
&nbsp;
<span class="small"> ( 
32[[#46ff6160]]
</a>
&nbsp;
<span class="small"> ( 
41[[#46ff61c0]]
)
</span>
</li> 
42[[#46ff61c0]]
)
</span>
</li>