Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.993 | php_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 38 | components/com_content/views/category/tmpl/blog.php |
2 | 6 | 29 | 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> |
| ||||
<?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> |
| |||
<?php foreach ($this->children as $child) { echo '<li><a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($child->id)) . '">' . $child->title . '</a> (' . $child->numitems . ')</li>'; } ?> [[#variable1fc66340]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1fc66340]] | </ul> </td> </tr> <tr> <td> |
1 | 2 | [[#1fc66340]] | </ul> </td> </tr> |