CloneSet1413


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000php_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1510
components/com_search/views/search/tmpl/default.php
2510
templates/rhuk_milkyway/html/com_search/search/default.php
Clone Instance
1
Line Count
5
Source Line
10
Source File
components/com_search/views/search/tmpl/default.php

<?php if (!$this->error
          &&               count($this->results)>  0):
        echo $this->loadTemplate('results');
      else :
        echo $this->loadTemplate('error');
      endif;
       ?>


Clone Instance
2
Line Count
5
Source Line
10
Source File
templates/rhuk_milkyway/html/com_search/search/default.php

<?php if (!$this->error
          &&               count($this->results)>  0):
        echo $this->loadTemplate('results');
      else :
        echo $this->loadTemplate('error');
      endif;
       ?>


Clone AbstractionParameter Count: 0Parameter Bindings

<?php
  if (!$this->error
      && count($this->results)>0):
    echo $this->loadTemplate('results');
  else :
    echo $this->loadTemplate('error');
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None