CloneSet382


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17250.962statement_sequence[8]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12914
components/com_contact/views/contact/tmpl/default_address.php
21716
templates/beez/html/com_contact/contact/default_address.php
Clone Instance
1
Line Count
29
Source Line
14
Source File
components/com_contact/views/contact/tmpl/default_address.php

      if ($this->contact->address
          &&                         $this->contact->params->get('show_street_address')):  ;
                                                                                           ?>
<tr>
  <td valign="top">
<?php                 echo nl2br($this->contact->address); ?>
</td>
</tr>
<?php
      endif; ?>
<?php if ($this->contact->suburb
          &&                        $this->contact->params->get('show_suburb')):  ;
                                                                                  ?>
<tr>
  <td valign="top">
<?php                 echo $this->contact->suburb; ?>
</td>
</tr>
<?php
      endif; ?>
<?php if ($this->contact->state
          &&                       $this->contact->params->get('show_state')):  ;
                                                                                ?>
<tr>
  <td valign="top">
<?php                 echo $this->contact->state; ?>
</td>
</tr>
<?php
      endif; ?>
<?php if ($this->contact->postcode
          &&                          $this->contact->params->get('show_postcode')):  ;
                                                                                      ?>
<tr>
  <td valign="top">
<?php                 echo $this->contact->postcode; ?>
</td>
</tr>
<?php
      endif; ?>
<?php


Clone Instance
2
Line Count
17
Source Line
16
Source File
templates/beez/html/com_contact/contact/default_address.php

              if ($this->contact->address
                  &&                         $this->contact->params->get('show_street_address')):  ;
                                                                                                   ?>
<?php         echo nl2br($this->contact->address); ?><br/>
<?php
              endif; ?>
<?php         if ($this->contact->suburb
                  &&                        $this->contact->params->get('show_suburb')):  ;
                                                                                          ?>
<?php         echo $this->contact->suburb; ?><br/>
<?php
              endif; ?>
<?php         if ($this->contact->state
                  &&                       $this->contact->params->get('show_state')):  ;
                                                                                        ?>
<?php         echo $this->contact->state; ?><br/>
<?php
              endif; ?>
<?php         if ($this->contact->country
                  &&                         $this->contact->params->get('show_country')):  ;
                                                                                            ?>
<?php         echo $this->contact->country; ?><br/>
<?php
              endif; ?>
<?php


Clone AbstractionParameter Count: 5Parameter Bindings

if ($this->contact->address
    && $this->contact->params->get('show_street_address')):
  ;
  ?> [[#variable5234b5a0]]<?php
  echo nl2br($this->contact->address);
  ?> [[#variable5234b520]]<?php
endif;
?> [[#variable5234b4e0]]<?php
if ($this->contact->suburb
    && $this->contact->params->get('show_suburb')):
  ;
  ?> [[#variable5234b5a0]]<?php
  echo $this->contact->suburb;
  ?> [[#variable5234b520]]<?php
endif;
?> [[#variable5234b4e0]]<?php
if ($this->contact->state
    && $this->contact->params->get('show_state')):
  ;
  ?> [[#variable5234b5a0]]<?php
  echo $this->contact->state;
  ?> [[#variable5234b520]]<?php
endif;
?> [[#variable5234b4e0]]<?php
if ($this->contact-> [[#variable5234b3e0]]
    && $this->contact->params->get( [[#variable5234b360]])):
  ;
  ?> [[#variable5234b5a0]]<?php
  echo $this->contact-> [[#variable5234b3e0]];
  ?> [[#variable5234b520]]<?php
endif;
?> [[#variable5234b4e0]]<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5234b5a0]]
 
12[[#5234b5a0]]
<tr>
  <td valign="top"> 
21[[#5234b520]]
<br/> 
22[[#5234b520]]
</td>
</tr> 
31[[#5234b4e0]]
 
32[[#5234b4e0]]
 
41[[#5234b3e0]]
country 
42[[#5234b3e0]]
postcode 
51[[#5234b360]]
'show_country' 
52[[#5234b360]]
'show_postcode'