Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 5 | 0.980 | statement_sequence[13] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 5 | components/com_contact/views/category/tmpl/default_items.php |
2 | 16 | 32 | components/com_newsfeeds/views/category/tmpl/default_items.php |
| ||||
?> <tr class="sectiontableentry<?php echo $item->odd + 1; ?>"> <td align="right" width="5"> <?php echo $item->count +1; ?> </td> <td height="20"> <a href="<?php echo $item->link; ?>" class="category<?php echo $this->params->get('pageclass_sfx'); ?>"> <?php echo $item->name; ?></a> </td> <?php if ($this->params->get('show_position')): ; ?> <td> <?php echo $item->con_position; ?> </td> <?php endif; ?> <?php |
| ||||
?> <tr class="sectiontableentry<?php echo $item->odd + 1; ?>"> <td align="right" width="5"> <?php echo $item->count + 1; ?> </td> <td height="20" width="90%"> <a href="<?php echo $item->link; ?>" class="category<?php echo $this->params->get('pageclass_sfx'); ?>"> <?php echo $item->name; ?></a> </td> <?php if ($this->params->get('show_articles')): ; ?> <td height="20" width="10%" align="center"> <?php echo $item->numarticles; ?> </td> <?php endif; ?> </tr> <?php |
| |||
?> <tr class="sectiontableentry<?php echo $item->odd +1; ?>"> <td align="right" width="5"> <?php echo $item->count +1; ?> [[#variable20be5a00]]<?php echo $item->link; ?>" class="category<?php echo $this->params->get('pageclass_sfx'); ?>"> <?php echo $item->name; ?></a> </td> <?php if ($this->params->get( [[#variable20be5980]])): ; ?> [[#variable20be5900]]<?php echo $item-> [[#variable20be5880]]; ?> </td> <?php endif; ?> [[#variable20be5840]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20be5a00]] | </td> <td height="20"> <a href=" |
1 | 2 | [[#20be5a00]] | </td> <td height="20" width="90%"> <a href=" |
2 | 1 | [[#20be5980]] | 'show_position' |
2 | 2 | [[#20be5980]] | 'show_articles' |
3 | 1 | [[#20be5900]] | <td> |
3 | 2 | [[#20be5900]] | <td height="20" width="10%" align="center"> |
4 | 1 | [[#20be5880]] | con_position |
4 | 2 | [[#20be5880]] | numarticles |
5 | 1 | [[#20be5840]] | |
5 | 2 | [[#20be5840]] | </tr> |