Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.963 | php_fragment |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 80 | components/com_content/views/article/tmpl/default.php |
2 | 10 | 73 | components/com_content/views/category/tmpl/blog_item.php |
| ||||
<?php if (($params->get('show_author')) && ($this->item->author != "")): ; ?> <span> <?php JText::printf('Written by', ($this->item->created_by_alias ? $this->item->created_by_alias : $this->item->author)); ?> </span> <?php endif; ?> |
| ||||
<?php if (($this->item->params->get('show_author')) && ($this->item->author != "")): ; ?> <tr> <td width="70%" valign="top" colspan="2"> <span class="small"> <?php JText::printf('Written by', ($this->item->created_by_alias ? $this->item->created_by_alias : $this->item->author)); ?> </span> </td> </tr> <?php endif; ?> |
| |||
<?php if (( [[#variable228ff5a0]]->get('show_author')) && ($this->item->author != "")): ; ?> [[#variable21cd76a0]]<?php JText::printf('Written by',($this->item->created_by_alias ? $this->item->created_by_alias : $this->item->author)); ?> [[#variable228ff5e0]]<?php endif; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#228ff5a0]] | $params |
1 | 2 | [[#228ff5a0]] | $this->item->params |
2 | 1 | [[#21cd76a0]] | <span> |
2 | 2 | [[#21cd76a0]] | <tr> <td width="70%" valign="top" colspan="2"> <span class="small"> |
3 | 1 | [[#228ff5e0]] | </span> |
3 | 2 | [[#228ff5e0]] | </span> </td> </tr> |