CloneSet538


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15240.987statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11537
templates/beez/html/com_content/section/default.php
21530
templates/rhuk_milkyway/html/com_content/section/default.php
Clone Instance
1
Line Count
15
Source Line
37
Source File
templates/beez/html/com_content/section/default.php

                              if ($this->params->get('show_cat_num_articles')):  ;
                                                                                 ?>
<span class="small"> (<?php            if ($category->numitems == 1) {
                                echo $category->numitems
                                     .                    " "
                                     .                         JText::_('item');
                              }
                                       else {
                                echo $category->numitems
                                     .                    " "
                                     .                         JText::_('items');
                              }                                                    ?>)
</span>
<?php
                              endif; ?>
<?php                         if ($this->params->def('show_category_description', 1)
                                  &&                                                    $category->description):  ;
                                                                                                                  ?>
<br/>
<?php                         echo $category->description; ?>
<?php
                              endif; ?>
</li>
<?php


Clone Instance
2
Line Count
15
Source Line
30
Source File
templates/rhuk_milkyway/html/com_content/section/default.php

                              if ($this->params->get('show_cat_num_articles')):  ;
                                                                                 ?> &nbsp;
<span class="small"> (
<?php                                   if ($category->numitems == 1) {
                                echo $category->numitems
                                     .                    " "
                                     .                         JText::_( 'item');
                              }
                                        else {
                                echo $category->numitems
                                     .                    " "
                                     .                         JText::_( 'items');
                              }                                                      ?> )
</span>
<?php
                              endif; ?>
<?php                         if ($this->params->def('show_category_description', 1)
                                  &&                                                    $category->description):  ;
                                                                                                                  ?>
<br/>
<?php                         echo $category->description; ?>
<?php
                              endif; ?>
</li>
<?php


Clone AbstractionParameter Count: 4Parameter Bindings

if ($this->params->get('show_cat_num_articles')):
  ;
  ?> [[#variable48bf2c40]]<?php
  if ($category->numitems == 1) {
    echo $category->numitems
         . " "
         . JText::_('item');
  }
  else {
    echo $category->numitems
         . " "
         . JText::_('items');
  }
  ?> [[#variable48bf2bc0]]<?php
endif;
?> [[#variable48bf2ba0]]<?php
if ($this->params->def('show_category_description',1)
    && $category->description):
  ;
  ?>
<br/>
<?php
  echo $category->description;
  ?>
<?php
endif;
?> [[#variable48bf2b80]]<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#48bf2c40]]
 &nbsp;
<span class="small"> ( 
12[[#48bf2c40]]
<span class="small"> ( 
21[[#48bf2bc0]]
 )
</span> 
22[[#48bf2bc0]]
)
</span> 
31[[#48bf2ba0]]
 
32[[#48bf2ba0]]
 
41[[#48bf2b80]]
</li> 
42[[#48bf2b80]]
</li>