CloneSet325


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5520.989statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1510
templates/beez/html/com_contact/contact/default_address.php
2443
templates/beez/html/com_contact/contact/default_address.php
3453
templates/beez/html/com_contact/contact/default_address.php
4463
templates/beez/html/com_contact/contact/default_address.php
5470
templates/beez/html/com_contact/contact/default_address.php
Clone Instance
1
Line Count
5
Source Line
10
Source File
templates/beez/html/com_contact/contact/default_address.php

                      if (($this->contact->params->get('contact_icons') == 0)
                          ||                                                    (                $this->contact->params->get('contact_icons') == 1)):;
                                                                                                                                                     ?>
<span class="marker"><?php         echo $this->contact->params->get('marker_address'); ?></span>
<br/>
<?php
                      endif;
                     ?>
<?php


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

                  if (($this->contact->params->get('contact_icons') == 0)
                      ||                                                    ($this->contact->params->get('contact_icons') == 1)):;
                                                                                                                                 ?>
<span class="marker"><?php         echo $this->contact->params->get('marker_email'); ?></span>
<?php
                  endif;
                     ?>
<?php


Clone Instance
3
Line Count
4
Source Line
53
Source File
templates/beez/html/com_contact/contact/default_address.php

          if (($this->contact->params->get('contact_icons') == 0)
              ||                                                    ($this->contact->params->get('contact_icons') == 1)):;
                                                                                                                         ?>
<span class="marker"><?php         echo $this->contact->params->get('marker_telephone'); ?></span>
<?php
          endif;     ?>
<?php


Clone Instance
4
Line Count
4
Source Line
63
Source File
templates/beez/html/com_contact/contact/default_address.php

              if (($this->contact->params->get('contact_icons') == 0)
                  ||                                                    ($this->contact->params->get('contact_icons') == 1)):;
                                                                                                                             ?>
<span class="marker"><?php         echo $this->contact->params->get('marker_fax'); ?></span>
<?php
              endif; ?>
<?php


Clone Instance
5
Line Count
4
Source Line
70
Source File
templates/beez/html/com_contact/contact/default_address.php

               if (($this->contact->params->get('contact_icons') == 0)
                   ||                                                    ($this->contact->params->get('contact_icons') == 1)):;
                                                                                                                              ?>
<span class="marker"><?php         echo $this->contact->params->get('marker_mobile'); ?></span>
<?php
               endif;?>
<?php


Clone AbstractionParameter Count: 2Parameter Bindings

if (($this->contact->params->get('contact_icons') == 0)
    || ($this->contact->params->get('contact_icons') == 1)):
  ;
  ?>
<span class="marker"><?php
  echo $this->contact->params->get( [[#variable4376f2c0]]);
  ?> [[#variable402bde60]]<?php
endif;
?>
<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4376f2c0]]
'marker_address' 
12[[#4376f2c0]]
'marker_email' 
13[[#4376f2c0]]
'marker_telephone' 
14[[#4376f2c0]]
'marker_fax' 
15[[#4376f2c0]]
'marker_mobile' 
21[[#402bde60]]
</span>
<br/> 
22[[#402bde60]]
</span> 
23[[#402bde60]]
</span> 
24[[#402bde60]]
</span> 
25[[#402bde60]]
</span>