Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 4 | 0.987 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 37 | templates/beez/html/com_content/section/default.php |
2 | 15 | 30 | templates/rhuk_milkyway/html/com_content/section/default.php |
| ||||
if ($this->params->get('show_cat_num_articles')): ; ?> <span class="small"> (<?php if ($category->numitems == 1) { echo $category->numitems . " " . JText::_('item'); } else { echo $category->numitems . " " . JText::_('items'); } ?>) </span> <?php endif; ?> <?php if ($this->params->def('show_category_description', 1) && $category->description): ; ?> <br/> <?php echo $category->description; ?> <?php endif; ?> </li> <?php |
| ||||
if ($this->params->get('show_cat_num_articles')): ; ?> <span class="small"> ( <?php if ($category->numitems == 1) { echo $category->numitems . " " . JText::_( 'item'); } else { echo $category->numitems . " " . JText::_( 'items'); } ?> ) </span> <?php endif; ?> <?php if ($this->params->def('show_category_description', 1) && $category->description): ; ?> <br/> <?php echo $category->description; ?> <?php endif; ?> </li> <?php |
| |||
if ($this->params->get('show_cat_num_articles')): ; ?> [[#variable48bf2c40]]<?php if ($category->numitems == 1) { echo $category->numitems . " " . JText::_('item'); } else { echo $category->numitems . " " . JText::_('items'); } ?> [[#variable48bf2bc0]]<?php endif; ?> [[#variable48bf2ba0]]<?php if ($this->params->def('show_category_description',1) && $category->description): ; ?> <br/> <?php echo $category->description; ?> <?php endif; ?> [[#variable48bf2b80]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#48bf2c40]] | <span class="small"> ( |
1 | 2 | [[#48bf2c40]] | <span class="small"> ( |
2 | 1 | [[#48bf2bc0]] | ) </span> |
2 | 2 | [[#48bf2bc0]] | ) </span> |
3 | 1 | [[#48bf2ba0]] | |
3 | 2 | [[#48bf2ba0]] | |
4 | 1 | [[#48bf2b80]] | </li> |
4 | 2 | [[#48bf2b80]] | </li> |