CloneSet1506


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1201.000or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1170
templates/beez/html/com_content/article/default.php
2161
templates/rhuk_milkyway/html/com_content/article/default.php
Clone Instance
1
Line Count
1
Source Line
70
Source File
templates/beez/html/com_content/article/default.php

          ($this->params->get('show_section')
           &&                                    $this->article->sectionid)
          ||                                                                   ($this->params->get('show_category')
                                                                                &&                                     $this->article->catid)


Clone Instance
2
Line Count
1
Source Line
61
Source File
templates/rhuk_milkyway/html/com_content/article/default.php

          ($this->params->get('show_section')
           &&                                    $this->article->sectionid)
          ||                                                                   ($this->params->get('show_category')
                                                                                &&                                     $this->article->catid)


Clone AbstractionParameter Count: 0Parameter Bindings

($this->params->get('show_section')
 && $this->article->sectionid)
|| ($this->params->get('show_category')
    && $this->article->catid)
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None