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.983 | php_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 62 | components/com_content/views/frontpage/tmpl/default.php |
2 | 15 | 88 | templates/rhuk_milkyway/html/com_content/frontpage/default.php |
| ||||
<?php if ($this->params->def('show_pagination', 2) == 1 || ($this->params->get('show_pagination') == 2 && $this->pagination->get('pages.total')> 1)): ; ?> <div> <?php echo $this->pagination->getPagesLinks(); ?> </div> <?php if ($this->params->def('show_pagination_results', 1)): ; ?> <div> <?php echo $this->pagination->getPagesCounter(); ?> </div> <?php endif; ?> <?php endif; ?> |
| ||||
<?php if ($this->params->def('show_pagination', 2) == 1 || ($this->params->get('show_pagination') == 2 && $this->pagination->get('pages.total')> 1)): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination->getPagesLinks(); ?> <br/><br/> </td> </tr> <?php if ($this->params->def('show_pagination_results', 1)): ; ?> <tr> <td valign="top" align="center"> <?php echo $this->pagination->getPagesCounter(); ?> </td> </tr> <?php endif; ?> <?php endif; ?> </table> |
| |||
<?php if ($this->params->def('show_pagination',2) == 1 || ($this->params->get('show_pagination') == 2 && $this->pagination->get('pages.total')>1)): ; ?> [[#variable50062f60]]<?php echo $this->pagination->getPagesLinks(); ?> [[#variable50062f20]]<?php if ($this->params->def('show_pagination_results',1)): ; ?> [[#variable50062f60]]<?php echo $this->pagination->getPagesCounter(); ?> [[#variable50062ec0]]<?php endif; ?> <?php endif; ?> [[#variable50062ee0]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50062f60]] | <tr> <td valign="top" align="center"> |
1 | 2 | [[#50062f60]] | <div> |
2 | 1 | [[#50062f20]] | <br/><br/> </td> </tr> |
2 | 2 | [[#50062f20]] | </div> |
3 | 1 | [[#50062ec0]] | </td> </tr> |
3 | 2 | [[#50062ec0]] | </div> |
4 | 1 | [[#50062ee0]] | </table> |
4 | 2 | [[#50062ee0]] |