CloneSet335


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2920.979statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12223
administrator/components/com_installer/models/install.php
2261
administrator/components/com_installer/models/warnings.php
3295
libraries/joomla/cache/storage/memcache.php
42214
libraries/joomla/environment/uri.php
5277
libraries/joomla/error/log.php
62266
libraries/joomla/html/html.php
7245
libraries/joomla/html/html/behavior.php
8260
libraries/joomla/session/storage/memcache.php
92185
libraries/joomla/updater/update.php
Clone Instance
1
Line Count
2
Source Line
223
Source File
administrator/components/com_installer/models/install.php

                $config=  &JFactory::getConfig();
                $tmp_dest=        $config->getValue('config.tmp_path');


Clone Instance
2
Line Count
2
Source Line
61
Source File
administrator/components/com_installer/models/warnings.php

                $config= & JFactory::getConfig();
                $tmp_path=  $config->getValue('tmp_path');


Clone Instance
3
Line Count
2
Source Line
95
Source File
libraries/joomla/cache/storage/memcache.php

                        $config=  &JFactory::getConfig();
                        $params=  $config->getValue('config.memcache_settings');


Clone Instance
4
Line Count
2
Source Line
214
Source File
libraries/joomla/environment/uri.php

                        $config=  &JFactory::getConfig();
                        $live_site=  $config->getValue('config.live_site');


Clone Instance
5
Line Count
2
Source Line
77
Source File
libraries/joomla/error/log.php

                        $config=  &JFactory::getConfig();
                        $path=  $config->getValue('config.log_path');


Clone Instance
6
Line Count
2
Source Line
266
Source File
libraries/joomla/html/html.php

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


Clone Instance
7
Line Count
2
Source Line
45
Source File
libraries/joomla/html/html/behavior.php

                        $config=  &JFactory::getConfig();
                        $debug=  $config->getValue('config.debug');


Clone Instance
8
Line Count
2
Source Line
60
Source File
libraries/joomla/session/storage/memcache.php

                $config=  &JFactory::getConfig();
                $params=  $config->getValue('config.memcache_settings');


Clone Instance
9
Line Count
2
Source Line
185
Source File
libraries/joomla/updater/update.php

                $config= & JFactory::getConfig();
                $tmp_dest=        $config->getValue('config.tmp_path');


Clone AbstractionParameter Count: 2Parameter Bindings

$config= &JFactory::getConfig();
 [[#variable4e94cc00]]=$config->getValue( [[#variable4e94cb80]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e94cc00]]
$tmp_dest 
12[[#4e94cc00]]
$tmp_path 
13[[#4e94cc00]]
$params 
14[[#4e94cc00]]
$live_site 
15[[#4e94cc00]]
$path 
16[[#4e94cc00]]
$offset 
17[[#4e94cc00]]
$debug 
18[[#4e94cc00]]
$params 
19[[#4e94cc00]]
$tmp_dest 
21[[#4e94cb80]]
'config.tmp_path' 
22[[#4e94cb80]]
'tmp_path' 
23[[#4e94cb80]]
'config.memcache_settings' 
24[[#4e94cb80]]
'config.live_site' 
25[[#4e94cb80]]
'config.log_path' 
26[[#4e94cb80]]
'config.offset' 
27[[#4e94cb80]]
'config.debug' 
28[[#4e94cb80]]
'config.memcache_settings' 
29[[#4e94cb80]]
'config.tmp_path'