CloneSet1414


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11337
components/com_content/views/category/tmpl/default_items.php
21327
templates/rhuk_milkyway/html/com_content/category/default_items.php
Clone Instance
1
Line Count
13
Source Line
37
Source File
components/com_content/views/category/tmpl/default_items.php

                      if ($this->params->get('show_pagination_limit')):  ;
                                                                         ?>
<td align="right" width="40%" nowrap="nowrap">
<?php                           echo '&nbsp;&nbsp;&nbsp;'
                                     .                    JText::_('Display Num')
                                     .                                            '&nbsp;';
                                echo $this->pagination->getLimitBox();
                        ?>
</td>
<?php
                      endif; ?>
</tr>
</table>
</td>
</tr>
<?php


Clone Instance
2
Line Count
13
Source Line
27
Source File
templates/rhuk_milkyway/html/com_content/category/default_items.php

                      if ($this->params->get('show_pagination_limit')):  ;
                                                                         ?>
<td align="right" width="40%" nowrap="nowrap">
<?php                           echo '&nbsp;&nbsp;&nbsp;'
                                     .                    JText::_('Display Num')
                                     .                                            '&nbsp;';
                                echo $this->pagination->getLimitBox();
                        ?>
</td>
<?php
                      endif; ?>
</tr>
</table>
</td>
</tr>
<?php


Clone AbstractionParameter Count: 0Parameter Bindings

if ($this->params->get('show_pagination_limit')):
  ;
  ?>
<td align="right" width="40%" nowrap="nowrap">
<?php
  echo '&nbsp;&nbsp;&nbsp;'
       . JText::_('Display Num')
       . '&nbsp;';
  echo $this->pagination->getLimitBox();
  ?>
</td>
<?php
endif;
?>
</tr>
</table>
</td>
</tr>
<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None