CloneSet598


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12301.000statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11293
templates/rhuk_milkyway/html/com_content/category/blog.php
21275
templates/rhuk_milkyway/html/com_content/frontpage/default.php
31293
templates/rhuk_milkyway/html/com_content/section/blog.php
Clone Instance
1
Line Count
12
Source Line
93
Source File
templates/rhuk_milkyway/html/com_content/category/blog.php

                                                                    ;
                                                                    ?>
<tr>
  <td valign="top">
    <div class="blog_more<?php             echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php                           $this->links = array_splice($this->items ,$i-  $this->pagination->limitstart);
                                echo $this->loadTemplate('links');
                        ?>
</div>
</td>
</tr>
<?php


Clone Instance
2
Line Count
12
Source Line
75
Source File
templates/rhuk_milkyway/html/com_content/frontpage/default.php

                                                                       ;
                                                                       ?>
<tr>
  <td valign="top">
    <div class="blog_more<?php             echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php                           $this->links = array_splice($this->items ,$i-  $this->pagination->limitstart);
                                echo $this->loadTemplate('links');
                        ?>
</div>
</td>
</tr>
<?php


Clone Instance
3
Line Count
12
Source Line
93
Source File
templates/rhuk_milkyway/html/com_content/section/blog.php

                                                                       ;
                                                                       ?>
<tr>
  <td valign="top">
    <div class="blog_more<?php             echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php                           $this->links = array_splice($this->items ,$i-  $this->pagination->limitstart);
                                echo $this->loadTemplate('links');
                        ?>
</div>
</td>
</tr>
<?php


Clone AbstractionParameter Count: 0Parameter Bindings

;
?>
<tr>
  <td valign="top">
    <div class="blog_more<?php
echo $this->escape($this->params->get('pageclass_sfx'));
?>">
<?php
$this->links =array_splice($this->items ,$i-$this->pagination->limitstart);
echo $this->loadTemplate('links');
?>
</div>
</td>
</tr>
<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None