CloneSet785


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14250.973statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112105
components/com_content/views/category/tmpl/default_items.php
21496
templates/beez/html/com_content/category/default_items.php
Clone Instance
1
Line Count
12
Source Line
105
Source File
components/com_content/views/category/tmpl/default_items.php

              if ($this->params->get('show_author')):  ;
                                                       ?>
<td>
<?php                 echo $item->created_by_alias
                           ?                         $item->created_by_alias
                           :                                                   $item->author; ?>
</td>
<?php
              endif; ?>
<?php         if ($this->params->get('show_hits')):  ;
                                                     ?>
<td align="center">
<?php                 echo $item->hits
                           ?             $item->hits
                           :                           '-'; ?>
</td>
<?php
              endif; ?>
</tr>
<?php


Clone Instance
2
Line Count
14
Source Line
96
Source File
templates/beez/html/com_content/category/default_items.php

                      if ($this->params->get('show_author')):  ;
                                                               ?>
<td headers="author">
<?php                         echo $item->created_by_alias
                                   ?                         $item->created_by_alias
                                   :                                                   $item->author; ?>
</td>
<?php
                      endif; ?>
<?php                 if ($this->params->get('show_hits')):  ;
                                                             ?>
<td headers="hits">
<?php                         echo $item->hits
                                   ?             $item->hits
                                   :                           '-'; ?>
</td>
<?php
                      endif; ?>
</tr>
<?php


Clone AbstractionParameter Count: 5Parameter Bindings

if ($this->params->get('show_author')):
  ;
  ?> [[#variable58f76800]]<?php
  echo $item->created_by_alias
       ? $item->created_by_alias
       : $item->author;
  ?> [[#variable58f76740]]<?php
endif;
?> [[#variable58f766a0]]<?php
if ($this->params->get('show_hits')):
  ;
  ?> [[#variable21f922e0]]<?php
  echo $item->hits
       ? $item->hits
       : '-';
  ?> [[#variable58f76740]]<?php
endif;
?> [[#variable58f76640]]<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58f76800]]
<td headers="author"> 
12[[#58f76800]]
<td> 
21[[#58f76740]]
</td> 
22[[#58f76740]]
</td> 
31[[#58f766a0]]
 
32[[#58f766a0]]
 
41[[#21f922e0]]
<td headers="hits"> 
42[[#21f922e0]]
<td align="center"> 
51[[#58f76640]]
</tr> 
52[[#58f76640]]
</tr>