CloneSet1209


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12340.959statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11292
administrator/components/com_templates/views/templates/tmpl/default.php
213108
administrator/components/com_templates/views/templates/tmpl/default.php
312121
administrator/components/com_templates/views/templates/tmpl/default.php
Clone Instance
1
Line Count
12
Source Line
92
Source File
administrator/components/com_templates/views/templates/tmpl/default.php

                                if ($row->home == 1) {
                                ;
                                ?>
<img src="templates/khepri/images/menu/icon-16-default.png" alt="<?php                                         echo JText::_('Published'); ?>" />
<?php
                              }
                                else   {
                                ;
                                ?> &nbsp;
<?php
                              } ?>
</td>
<?php


Clone Instance
2
Line Count
13
Source Line
108
Source File
administrator/components/com_templates/views/templates/tmpl/default.php

                                if ($row->home == 1) {
                                ;
                                ?>
<img src="templates/khepri/images/menu/icon-16-default.png" alt="<?php                                                 echo JText::_('Default'); ?>" />
<?php
                              }
                                else   {
                                ;
                                ?> &nbsp;
<?php
                              } ?>
</td>
<td align="center">
<?php


Clone Instance
3
Line Count
12
Source Line
121
Source File
administrator/components/com_templates/views/templates/tmpl/default.php

                                if ($row->assigned == 1) {
                                ;
                                ?>
<img src="images/tick.png" alt="<?php                                                 echo JText::_('Assigned'); ?>" />
<?php
                              }
                                else   {
                                ;
                                ?> &nbsp;
<?php
                              } ?>
</td>
<?php


Clone AbstractionParameter Count: 4Parameter Bindings

if ($row-> [[#variable220224a0]]== 1) {
  ;
  ?> [[#variable22022480]]<?php
  echo JText::_( [[#variable22022440]]);
  ?>" />
<?php
}
else {
  ;
  ?> &nbsp;
<?php
}
?> [[#variable221eafe0]]<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#220224a0]]
assigned 
12[[#220224a0]]
home 
13[[#220224a0]]
home 
21[[#22022480]]
<img src="images/tick.png" alt=" 
22[[#22022480]]
<img src="templates/khepri/images/menu/icon-16-default.png" alt=" 
23[[#22022480]]
<img src="templates/khepri/images/menu/icon-16-default.png" alt=" 
31[[#22022440]]
'Assigned' 
32[[#22022440]]
'Default' 
33[[#22022440]]
'Published' 
41[[#221eafe0]]
</td> 
42[[#221eafe0]]
</td>
<td align="center"> 
43[[#221eafe0]]
</td>