CloneSet1626


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1286
components/com_content/views/categories/view.html.php
22155
components/com_content/views/frontpage/view.html.php
Clone Instance
1
Line Count
2
Source Line
86
Source File
components/com_content/views/categories/view.html.php

                if (empty($title)) {
                        $title=   htmlspecialchars_decode($app->getCfg('sitename'));
                      }


Clone Instance
2
Line Count
2
Source Line
155
Source File
components/com_content/views/frontpage/view.html.php

                if (empty($title)) {
                        $title=   htmlspecialchars_decode($app->getCfg('sitename'));
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

if (empty($title)) {
  $title=htmlspecialchars_decode($app->getCfg('sitename'));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None