CloneSet916


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6440.959statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1614
templates/rhuk_milkyway/html/com_contact/category/default_items.php
2624
templates/rhuk_milkyway/html/com_contact/category/default_items.php
3629
templates/rhuk_milkyway/html/com_contact/category/default_items.php
4734
templates/rhuk_milkyway/html/com_contact/category/default_items.php
Clone Instance
1
Line Count
6
Source Line
14
Source File
templates/rhuk_milkyway/html/com_contact/category/default_items.php

              if ( $this->params->get( 'show_position')):    ;
                                                             ?>
<td>
<?php                 echo $this->escape($item->con_position); ?>
</td>
<?php
              endif; ?>
<?php


Clone Instance
2
Line Count
6
Source Line
24
Source File
templates/rhuk_milkyway/html/com_contact/category/default_items.php

              if ( $this->params->get( 'show_telephone')):    ;
                                                              ?>
<td width="15%">
<?php                 echo $this->escape($item->telephone); ?>
</td>
<?php
              endif; ?>
<?php


Clone Instance
3
Line Count
6
Source Line
29
Source File
templates/rhuk_milkyway/html/com_contact/category/default_items.php

              if ( $this->params->get( 'show_mobile')):    ;
                                                           ?>
<td width="15%">
<?php                 echo $this->escape($item->mobile); ?>
</td>
<?php
              endif; ?>
<?php


Clone Instance
4
Line Count
7
Source Line
34
Source File
templates/rhuk_milkyway/html/com_contact/category/default_items.php

              if ( $this->params->get( 'show_fax')):    ;
                                                        ?>
<td width="15%">
<?php                 echo $this->escape($item->fax); ?>
</td>
<?php
              endif; ?>
</tr>
<?php


Clone AbstractionParameter Count: 4Parameter Bindings

if ($this->params->get( [[#variable2207c3c0]])):
  ;
  ?> [[#variable2207c340]]<?php
  echo $this->escape($item-> [[#variable2207c260]]);
  ?>
</td>
<?php
endif;
?> [[#variable2207c2c0]]<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2207c3c0]]
'show_position' 
12[[#2207c3c0]]
'show_telephone' 
13[[#2207c3c0]]
'show_mobile' 
14[[#2207c3c0]]
'show_fax' 
21[[#2207c340]]
<td> 
22[[#2207c340]]
<td width="15%"> 
23[[#2207c340]]
<td width="15%"> 
24[[#2207c340]]
<td width="15%"> 
31[[#2207c260]]
con_position 
32[[#2207c260]]
telephone 
33[[#2207c260]]
mobile 
34[[#2207c260]]
fax 
41[[#2207c2c0]]
 
42[[#2207c2c0]]
 
43[[#2207c2c0]]
 
44[[#2207c2c0]]
</tr>