CloneSet775


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8430.964statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1821
templates/rhuk_milkyway/html/com_contact/contact/default_address.php
2828
templates/rhuk_milkyway/html/com_contact/contact/default_address.php
3835
templates/rhuk_milkyway/html/com_contact/contact/default_address.php
41042
templates/rhuk_milkyway/html/com_contact/contact/default_address.php
Clone Instance
1
Line Count
8
Source Line
21
Source File
templates/rhuk_milkyway/html/com_contact/contact/default_address.php

      if ( $this->contact->suburb
           &&                        $this->contact->params->get( 'show_suburb')):    ;
                                                                                      ?>
<tr>
  <td valign="top">
<?php                 echo $this->escape($this->contact->suburb); ?>
</td>
</tr>
<?php
      endif; ?>
<?php


Clone Instance
2
Line Count
8
Source Line
28
Source File
templates/rhuk_milkyway/html/com_contact/contact/default_address.php

      if ( $this->contact->state
           &&                       $this->contact->params->get( 'show_state')):    ;
                                                                                    ?>
<tr>
  <td valign="top">
<?php                 echo $this->escape($this->contact->state); ?>
</td>
</tr>
<?php
      endif; ?>
<?php


Clone Instance
3
Line Count
8
Source Line
35
Source File
templates/rhuk_milkyway/html/com_contact/contact/default_address.php

      if ( $this->contact->postcode
           &&                          $this->contact->params->get( 'show_postcode')):    ;
                                                                                          ?>
<tr>
  <td valign="top">
<?php                 echo $this->escape($this->contact->postcode); ?>
</td>
</tr>
<?php
      endif; ?>
<?php


Clone Instance
4
Line Count
10
Source Line
42
Source File
templates/rhuk_milkyway/html/com_contact/contact/default_address.php

      if ( $this->contact->country
           &&                         $this->contact->params->get( 'show_country')):    ;
                                                                                        ?>
<tr>
  <td valign="top">
<?php                 echo $this->escape($this->contact->country); ?>
</td>
</tr>
<?php
      endif; ?>
</table>
<br/>
<?php


Clone AbstractionParameter Count: 3Parameter Bindings

if ($this->contact-> [[#variable407124a0]]
    && $this->contact->params->get( [[#variable407123c0]])):
  ;
  ?>
<tr>
  <td valign="top">
<?php
  echo $this->escape($this->contact-> [[#variable407124a0]]);
  ?>
</td>
</tr>
<?php
endif;
?> [[#variable40712400]]<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#407124a0]]
suburb 
12[[#407124a0]]
state 
13[[#407124a0]]
postcode 
14[[#407124a0]]
country 
21[[#407123c0]]
'show_suburb' 
22[[#407123c0]]
'show_state' 
23[[#407123c0]]
'show_postcode' 
24[[#407123c0]]
'show_country' 
31[[#40712400]]
 
32[[#40712400]]
 
33[[#40712400]]
 
34[[#40712400]]
</table>
<br/>