CloneSet1302


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.993php_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1638
components/com_content/views/category/tmpl/blog.php
2629
components/com_content/views/category/tmpl/default.php
Clone Instance
1
Line Count
6
Source Line
38
Source File
components/com_content/views/category/tmpl/blog.php

        <?php
        foreach ($this->children as $child)
        {
                echo '<li><a href="'
                     .               JRoute::_(ContentHelperRoute::getCategoryRoute($child->id))
                     .                                                                           '">'
                     .                                                                                $child->title
                     .                                                                                              '</a> ('
                     .                                                                                                       $child->numitems
                     .                                                                                                                        ')</li>';
              }
        ?>
</ul>
</td>
</tr>


Clone Instance
2
Line Count
6
Source Line
29
Source File
components/com_content/views/category/tmpl/default.php

        <?php
        foreach ($this->children as $child)
        {
                echo '<li><a href="'
                     .               JRoute::_(ContentHelperRoute::getCategoryRoute($child->id))
                     .                                                                           '">'
                     .                                                                                $child->title
                     .                                                                                              '</a> ('
                     .                                                                                                       $child->numitems
                     .                                                                                                                        ')</li>';
              }
        ?>
</ul>
</td>
</tr>
<tr>
  <td>


Clone AbstractionParameter Count: 1Parameter Bindings

<?php
  foreach ($this->children as $child) {
    echo '<li><a href="'
         . JRoute::_(ContentHelperRoute::getCategoryRoute($child->id))
         . '">'
         . $child->title
         . '</a> ('
         . $child->numitems
         . ')</li>';
  }
?> [[#variable1fc66340]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1fc66340]]
</ul>
</td>
</tr>
<tr>
  <td> 
12[[#1fc66340]]
</ul>
</td>
</tr>