Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.977 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 310 | administrator/components/com_config/controllers/application.php |
2 | 1 | 311 | administrator/components/com_config/controllers/application.php |
| ||||
$config_array['log_path']= JRequest::getVar('log_path', JPATH_ROOT . DS . 'logs', 'post', 'string'); |
| ||||
$config_array['tmp_path']= JRequest::getVar('tmp_path', JPATH_ROOT . DS . 'tmp', 'post', 'string'); |
| |||
$config_array[ [[#variable4705c780]]]=JRequest::getVar( [[#variable4705c780]],JPATH_ROOT . DS . [[#variable4705d3c0]],'post','string'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4705c780]] | 'tmp_path' |
1 | 2 | [[#4705c780]] | 'log_path' |
2 | 1 | [[#4705d3c0]] | 'tmp' |
2 | 2 | [[#4705d3c0]] | 'logs' |