CloneSet1835


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.968php_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1522
templates/beez/html/com_contact/contact/default.php
2528
templates/beez/html/com_contact/contact/default.php
Clone Instance
1
Line Count
5
Source Line
22
Source File
templates/beez/html/com_contact/contact/default.php

        <?php if ($this->contact->name
                  &&                      $this->contact->params->get('show_name')):  ;
                                                                                      ?>
<p>
<?php                 echo $this->contact->name; ?>
</p>
<?php
              endif; ?>


Clone Instance
2
Line Count
5
Source Line
28
Source File
templates/beez/html/com_contact/contact/default.php

        <?php if ($this->contact->con_position
                  &&                              $this->contact->params->get('show_position')):  ;
                                                                                                  ?>
<p>
<?php                 echo $this->contact->con_position; ?>
</p>
<?php
              endif; ?>


Clone AbstractionParameter Count: 2Parameter Bindings

<?php
  if ($this->contact-> [[#variable44e22080]]
      && $this->contact->params->get( [[#variable3c6b5fc0]])):
    ;
    ?>
<p>
<?php
    echo $this->contact-> [[#variable44e22080]];
    ?>
</p>
<?php
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#44e22080]]
name 
12[[#44e22080]]
con_position 
21[[#3c6b5fc0]]
'show_name' 
22[[#3c6b5fc0]]
'show_position'