CloneSet1215


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.980statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13337
libraries/joomla/factory.php
2337
libraries/joomla/form/fields/timezones.php
3333
libraries/joomla/html/parameter/element/timezones.php
Clone Instance
1
Line Count
3
Source Line
337
Source File
libraries/joomla/factory.php

                {
                        $conf=  &JFactory::getConfig();
                        $editor=  $conf->getValue('config.editor');
                      }


Clone Instance
2
Line Count
3
Source Line
37
Source File
libraries/joomla/form/fields/timezones.php

                                               {
                        $conf=  &JFactory::getConfig();
                        $value=  $conf->getValue('config.offset');
                      }


Clone Instance
3
Line Count
3
Source Line
33
Source File
libraries/joomla/html/parameter/element/timezones.php

                                     {
                        $conf=  &JFactory::getConfig();
                        $value=  $conf->getValue('config.offset');
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  $conf= &JFactory::getConfig();
   [[#variable224f0880]]=$conf->getValue( [[#variable224f0860]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#224f0880]]
$value 
12[[#224f0880]]
$editor 
13[[#224f0880]]
$value 
21[[#224f0860]]
'config.offset' 
22[[#224f0860]]
'config.editor' 
23[[#224f0860]]
'config.offset'