CloneSet517


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


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


Clone AbstractionParameter Count: 2Parameter Bindings

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