Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.954 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 86 | templates/beez/html/com_content/article/default.php |
2 | 11 | 54 | templates/beez/html/com_content/frontpage/default_item.php |
| ||||
; ?> <span> <?php if ($this->params->get('link_category')): ; ?> <?php echo '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($this->article->catslug ,$this->article->sectionid)) . '">'; ?> <?php endif; ?> <?php echo $this->article->category; ?> <?php if ($this->params->get('link_category')): ; ?> <?php echo '</a>'; ?> <?php endif; ?> </span> <?php |
| ||||
; ?> <span> <?php if ($this->item->params->get('link_category')): ; ?> <?php echo '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->catslug ,$this->item->sectionid)) . '">'; ?> <?php endif; ?> <?php echo $this->item->category; ?> <?php if ($this->item->params->get('link_category')): ; ?> <?php echo '</a>'; ?> <?php endif; ?> </span> <?php |
| |||
; ?> <span> <?php if ( [[#variable4210b320]]->get('link_category')): ; ?> <?php echo '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($this-> [[#variable4210b360]]->catslug ,$this-> [[#variable4210b360]]->sectionid)) . '">'; ?> <?php endif; ?> <?php echo $this-> [[#variable4210b360]]->category; ?> <?php if ( [[#variable4210b320]]->get('link_category')): ; ?> <?php echo '</a>'; ?> <?php endif; ?> </span> <?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4210b320]] | $this->params |
1 | 2 | [[#4210b320]] | $this->item->params |
2 | 1 | [[#4210b360]] | article |
2 | 2 | [[#4210b360]] | item |