CloneSet1208


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
177
components/com_contact/views/contact/tmpl/default_address.php
277
templates/rhuk_milkyway/html/com_contact/contact/default_address.php
Clone Instance
1
Line Count
7
Source Line
7
Source File
components/com_contact/views/contact/tmpl/default_address.php

      if ($this->contact->params->get('address_check')>  0):  ;
                                                              ?>
<tr>
  <td rowspan="6" valign="top" width="<?php       echo $this->contact->params->get('column_width'); ?>" >
<?php                 echo $this->contact->params->get('marker_address'); ?>
</td>
</tr>
<?php
      endif;


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

      if ( $this->contact->params->get( 'address_check')>   0):   ;
                                                                  ?>
<tr>
  <td rowspan="6" valign="top" width="<?php       echo $this->contact->params->get( 'column_width');  ?>" >
<?php                 echo $this->contact->params->get( 'marker_address');  ?>
</td>
</tr>
<?php
      endif;


Clone AbstractionParameter Count: 0Parameter Bindings

if ($this->contact->params->get('address_check')>0):
  ;
  ?>
<tr>
  <td rowspan="6" valign="top" width="<?php
  echo $this->contact->params->get('column_width');
  ?>" >
<?php
  echo $this->contact->params->get('marker_address');
  ?>
</td>
</tr>
<?php
endif;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None