CloneSet1154


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13260.961statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11313
templates/beez/html/com_user/login/default_login.php
21314
templates/beez/html/com_user/login/default_logout.php
Clone Instance
1
Line Count
13
Source Line
13
Source File
templates/beez/html/com_user/login/default_login.php

                              if ( isset ($this->image)):
                                echo $this->image;
                              endif;
                        if ($this->params->get('description_login')):  ;
                                                                       ?>
<p>
<?php                                 echo $this->params->get('description_login_text'); ?>
</p>
<?php
                        endif;
                        if ( isset ($this->image)): ;
                                                    ?>
<div class="wrap_image">&nbsp;</div>
<?php
                        endif;       ?>
</div>
<?php


Clone Instance
2
Line Count
13
Source Line
14
Source File
templates/beez/html/com_user/login/default_logout.php

                      if ( isset ($this->image)):
                        echo $this->image;
                      endif;
                if ($this->params->get('description_logout')):  ;
                                                                ?>
<p>
<?php                         echo $this->params->get('description_logout_text'); ?>
</p>
<?php
                endif;
                if ( isset ($this->image)): ;
                                            ?>
<div class="wrap_image">&nbsp;</div>
<?php
                endif;       ?>
</div>
<?php


Clone AbstractionParameter Count: 6Parameter Bindings

if ( isset ($this->image)):
  echo $this->image;
endif;
if ($this->params->get( [[#variable22f9eba0]])):
  ;
  ?> [[#variable22f9eae0]]<?php
  echo $this->params->get( [[#variable22f9e9e0]]);
  ?> [[#variable22f9ea80]]<?php
endif;
if ( isset ($this->image)):
  ;
  ?> [[#variable22f9ea60]]<?php
endif;
?> [[#variable230f2da0]]<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#22f9eba0]]
'description_login' 
12[[#22f9eba0]]
'description_logout' 
21[[#22f9eae0]]
<p> 
22[[#22f9eae0]]
<p> 
31[[#22f9e9e0]]
'description_login_text' 
32[[#22f9e9e0]]
'description_logout_text' 
41[[#22f9ea80]]
</p> 
42[[#22f9ea80]]
</p> 
51[[#22f9ea60]]
<div class="wrap_image">&nbsp;</div> 
52[[#22f9ea60]]
<div class="wrap_image">&nbsp;</div> 
61[[#230f2da0]]
</div> 
62[[#230f2da0]]
</div>