Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.975 | php_fragment |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 92 | components/com_content/views/category/tmpl/blog_item.php |
2 | 6 | 92 | templates/beez/html/com_content/frontpage/default_item.php |
| ||||
<?php if ($this->item->params->get('show_url') && $this->item->urls): ; ?> <tr> <td valign="top" colspan="2"> <a href="http://<?php echo $this->item->urls; ?>"> <?php echo $this->item->urls; ?></a> </td> </tr> <?php endif; ?> |
| ||||
<?php if ($this->item->params->get('show_url') && $this->item->urls): ; ?> <span class="small"> <a href="<?php echo $this->item->urls; ?>" target="_blank"> <?php echo $this->item->urls; ?></a> </span> <?php endif; ?> |
| |||
<?php if ($this->item->params->get('show_url') && $this->item->urls): ; ?> [[#variable540f0fe0]]<?php echo $this->item->urls; ?> [[#variable540f0f60]]<?php echo $this->item->urls; ?> [[#variable540f0ec0]]<?php endif; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#540f0fe0]] | <tr> <td valign="top" colspan="2"> <a href="http:// |
1 | 2 | [[#540f0fe0]] | <span class="small"> <a href=" |
2 | 1 | [[#540f0f60]] | "> |
2 | 2 | [[#540f0f60]] | " target="_blank"> |
3 | 1 | [[#540f0ec0]] | </a> </td> </tr> |
3 | 2 | [[#540f0ec0]] | </a> </span> |