Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 2 | 0.951 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 72 | templates/beez/html/com_content/article/default.php |
2 | 14 | 40 | templates/beez/html/com_content/frontpage/default_item.php |
| ||||
; ?> <span> <?php if ($this->params->get('link_section')): ; ?> <?php echo '<a href="' . JRoute::_(ContentHelperRoute::getSectionRoute($this->article->sectionid)) . '">'; ?> <?php endif; ?> <?php echo $this->article->section; ?> <?php if ($this->params->get('link_section')): ; ?> <?php echo '</a>'; ?> <?php endif; ?> <?php if ($this->params->get('show_category')): ; ?> <?php echo ' - '; ?> <?php endif; ?> </span> <?php |
| ||||
; ?> <span> <?php if ($this->item->params->get('link_section')): ; ?> <?php echo '<a href="' . JRoute::_(ContentHelperRoute::getSectionRoute($this->item->sectionid)) . '">'; ?> <?php endif; ?> <?php echo $this->item->section; ?> <?php if ($this->item->params->get('link_section')): ; ?> <?php echo '</a>'; ?> <?php endif; ?> <?php if ($this->item->params->get('show_category')): ; ?> <?php echo ' - '; ?> <?php endif; ?> </span> <?php |
| |||
; ?> <span> <?php if ( [[#variable3da9c840]]->get('link_section')): ; ?> <?php echo '<a href="' . JRoute::_(ContentHelperRoute::getSectionRoute($this-> [[#variable3da9c8a0]]->sectionid)) . '">'; ?> <?php endif; ?> <?php echo $this-> [[#variable3da9c8a0]]->section; ?> <?php if ( [[#variable3da9c840]]->get('link_section')): ; ?> <?php echo '</a>'; ?> <?php endif; ?> <?php if ( [[#variable3da9c840]]->get('show_category')): ; ?> <?php echo ' - '; ?> <?php endif; ?> </span> <?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3da9c840]] | $this->params |
1 | 2 | [[#3da9c840]] | $this->item->params |
2 | 1 | [[#3da9c8a0]] | article |
2 | 2 | [[#3da9c8a0]] | item |