CloneSet647


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11220.954statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11186
templates/beez/html/com_content/article/default.php
21154
templates/beez/html/com_content/frontpage/default_item.php
Clone Instance
1
Line Count
11
Source Line
86
Source File
templates/beez/html/com_content/article/default.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


Clone Instance
2
Line Count
11
Source Line
54
Source File
templates/beez/html/com_content/frontpage/default_item.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


Clone AbstractionParameter Count: 2Parameter Bindings

;
?>
<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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4210b320]]
$this->params 
12[[#4210b320]]
$this->item->params 
21[[#4210b360]]
article 
22[[#4210b360]]
item