Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 5 | 0.973 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 105 | components/com_content/views/category/tmpl/default_items.php |
2 | 14 | 96 | templates/beez/html/com_content/category/default_items.php |
| ||||
if ($this->params->get('show_author')): ; ?> <td> <?php echo $item->created_by_alias ? $item->created_by_alias : $item->author; ?> </td> <?php endif; ?> <?php if ($this->params->get('show_hits')): ; ?> <td align="center"> <?php echo $item->hits ? $item->hits : '-'; ?> </td> <?php endif; ?> </tr> <?php |
| ||||
if ($this->params->get('show_author')): ; ?> <td headers="author"> <?php echo $item->created_by_alias ? $item->created_by_alias : $item->author; ?> </td> <?php endif; ?> <?php if ($this->params->get('show_hits')): ; ?> <td headers="hits"> <?php echo $item->hits ? $item->hits : '-'; ?> </td> <?php endif; ?> </tr> <?php |
| |||
if ($this->params->get('show_author')): ; ?> [[#variable58f76800]]<?php echo $item->created_by_alias ? $item->created_by_alias : $item->author; ?> [[#variable58f76740]]<?php endif; ?> [[#variable58f766a0]]<?php if ($this->params->get('show_hits')): ; ?> [[#variable21f922e0]]<?php echo $item->hits ? $item->hits : '-'; ?> [[#variable58f76740]]<?php endif; ?> [[#variable58f76640]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58f76800]] | <td headers="author"> |
1 | 2 | [[#58f76800]] | <td> |
2 | 1 | [[#58f76740]] | </td> |
2 | 2 | [[#58f76740]] | </td> |
3 | 1 | [[#58f766a0]] | |
3 | 2 | [[#58f766a0]] | |
4 | 1 | [[#21f922e0]] | <td headers="hits"> |
4 | 2 | [[#21f922e0]] | <td align="center"> |
5 | 1 | [[#58f76640]] | </tr> |
5 | 2 | [[#58f76640]] | </tr> |