CloneSet1120


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.994statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1242
modules/mod_stats/helper.php
2245
modules/mod_stats/helper.php
Clone Instance
1
Line Count
2
Source Line
42
Source File
modules/mod_stats/helper.php

                        $rows[$i]->data =         $app->getCfg('caching')
                        ?                                                   JText::_('Enabled')
                        :                                                                       JText::_('Disabled');
                        $i ++;


Clone Instance
2
Line Count
2
Source Line
45
Source File
modules/mod_stats/helper.php

                        $rows[$i]->data =         $app->getCfg('gzip')
                        ?                                                JText::_('Enabled')
                        :                                                                    JText::_('Disabled');
                        $i ++;


Clone AbstractionParameter Count: 1Parameter Bindings

$rows[$i]->data =$app->getCfg( [[#variable24ab43c0]])
? JText::_('Enabled')
: JText::_('Disabled');
$i ++;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#24ab43c0]]
'gzip' 
12[[#24ab43c0]]
'caching'