Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 9 | 2 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 223 | administrator/components/com_installer/models/install.php |
2 | 2 | 61 | administrator/components/com_installer/models/warnings.php |
3 | 2 | 95 | libraries/joomla/cache/storage/memcache.php |
4 | 2 | 214 | libraries/joomla/environment/uri.php |
5 | 2 | 77 | libraries/joomla/error/log.php |
6 | 2 | 266 | libraries/joomla/html/html.php |
7 | 2 | 45 | libraries/joomla/html/html/behavior.php |
8 | 2 | 60 | libraries/joomla/session/storage/memcache.php |
9 | 2 | 185 | libraries/joomla/updater/update.php |
| ||||
$config= &JFactory::getConfig(); $tmp_dest= $config->getValue('config.tmp_path'); |
| ||||
$config= & JFactory::getConfig(); $tmp_path= $config->getValue('tmp_path'); |
| ||||
$config= &JFactory::getConfig(); $params= $config->getValue('config.memcache_settings'); |
| ||||
$config= &JFactory::getConfig(); $live_site= $config->getValue('config.live_site'); |
| ||||
$config= &JFactory::getConfig(); $path= $config->getValue('config.log_path'); |
| ||||
$config= &JFactory::getConfig(); $offset= $config->getValue('config.offset'); |
| ||||
$config= &JFactory::getConfig(); $debug= $config->getValue('config.debug'); |
| ||||
$config= &JFactory::getConfig(); $params= $config->getValue('config.memcache_settings'); |
| ||||
$config= & JFactory::getConfig(); $tmp_dest= $config->getValue('config.tmp_path'); |
| |||
$config= &JFactory::getConfig(); [[#variable4e94cc00]]=$config->getValue( [[#variable4e94cb80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e94cc00]] | $tmp_dest |
1 | 2 | [[#4e94cc00]] | $tmp_path |
1 | 3 | [[#4e94cc00]] | $params |
1 | 4 | [[#4e94cc00]] | $live_site |
1 | 5 | [[#4e94cc00]] | $path |
1 | 6 | [[#4e94cc00]] | $offset |
1 | 7 | [[#4e94cc00]] | $debug |
1 | 8 | [[#4e94cc00]] | $params |
1 | 9 | [[#4e94cc00]] | $tmp_dest |
2 | 1 | [[#4e94cb80]] | 'config.tmp_path' |
2 | 2 | [[#4e94cb80]] | 'tmp_path' |
2 | 3 | [[#4e94cb80]] | 'config.memcache_settings' |
2 | 4 | [[#4e94cb80]] | 'config.live_site' |
2 | 5 | [[#4e94cb80]] | 'config.log_path' |
2 | 6 | [[#4e94cb80]] | 'config.offset' |
2 | 7 | [[#4e94cb80]] | 'config.debug' |
2 | 8 | [[#4e94cb80]] | 'config.memcache_settings' |
2 | 9 | [[#4e94cb80]] | 'config.tmp_path' |