CloneSet2017


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.976if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1327
components/com_content/views/category/tmpl/blog.php
2316
templates/rhuk_milkyway/html/com_content/section/default.php
Clone Instance
1
Line Count
3
Source Line
27
Source File
components/com_content/views/category/tmpl/blog.php

              if ($this->params->get('show_description')
                  &&                                        $this->category->description):  ;
                                                                                            ?>
<?php                 echo $this->category->description; ?>
<?php
              endif;


Clone Instance
2
Line Count
3
Source Line
16
Source File
templates/rhuk_milkyway/html/com_content/section/default.php

              if ($this->params->get('show_description')
                  &&                                        $this->section->description):  ;
                                                                                           ?>
<?php                 echo $this->section->description; ?>
<?php
              endif;


Clone AbstractionParameter Count: 1Parameter Bindings

if ($this->params->get('show_description')
    && $this-> [[#variable402cb120]]->description):
  ;
  ?>
<?php
  echo $this-> [[#variable402cb120]]->description;
  ?>
<?php
endif;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#402cb120]]
category 
12[[#402cb120]]
section