CloneSet823


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7340.958php_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
172
administrator/components/com_installer/views/components/tmpl/default.php
272
administrator/components/com_installer/views/discover/tmpl/default.php
372
administrator/components/com_installer/views/update/tmpl/default.php
Clone Instance
1
Line Count
7
Source Line
2
Source File
administrator/components/com_installer/views/components/tmpl/default.php

        <?php if ($this->showMessage):  ;
                                        ?>
<?php                 echo $this->loadTemplate('message'); ?>
<?php
              endif; ?>
<?php if ($this->ftp):  ;
                        ?>
<?php         echo $this->loadTemplate('ftp'); ?>
<?php
      endif; ?>


Clone Instance
2
Line Count
7
Source Line
2
Source File
administrator/components/com_installer/views/discover/tmpl/default.php

        <?php if ($this->showMessage):  ;
                                        ?>
<?php                 echo $this->loadTemplate('message'); ?>
<?php
              endif; ?>
<?php if ($this->ftp):  ;
                        ?>
<?php         echo $this->loadTemplate('ftp'); ?>
<?php
      endif; ?>


Clone Instance
3
Line Count
7
Source Line
2
Source File
administrator/components/com_installer/views/update/tmpl/default.php

        <?php if ($this->showMessage):  ;
                                        ?>
<?php                 echo $this->loadTemplate('message'); ?>
<?php
              endif; ?>
<?php if ($this->ftp):  ;
                        ?>
<?php         echo $this->loadTemplate('ftp'); ?>
<?php
      endif; ?>


Clone AbstractionParameter Count: 4Parameter Bindings

<?php
  if ($this->showMessage):
    ;
    ?> [[#variable511c1080]]<?php
    echo $this->loadTemplate('message');
    ?> [[#variable511c1020]]<?php
  endif;
?> [[#variable511c0f00]]<?php
                          if ($this->ftp):
                            ;
                            ?> [[#variable511c1080]]<?php
                            echo $this->loadTemplate('ftp');
                            ?> [[#variable511c1020]]<?php
                          endif;
                        ?> [[#variable511c0f40]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#511c1080]]
 
12[[#511c1080]]
 
13[[#511c1080]]
 
21[[#511c1020]]
 
22[[#511c1020]]
 
23[[#511c1020]]
 
31[[#511c0f00]]
 
32[[#511c0f00]]
 
33[[#511c0f00]]
 
41[[#511c0f40]]
 
42[[#511c0f40]]
 
43[[#511c0f40]]