Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 367 | administrator/components/com_config/controllers/application.php |
2 | 2 | 370 | administrator/components/com_config/controllers/application.php |
3 | 2 | 373 | administrator/components/com_config/controllers/application.php |
| ||||
// handling of special characters $sitename= htmlspecialchars(JRequest::getVar('sitename', '', 'post', 'string'), ENT_COMPAT, 'UTF-8'); $config->setValue('config.sitename', $sitename); |
| ||||
$MetaDesc= htmlspecialchars(JRequest::getVar('MetaDesc', '', 'post', 'string'), ENT_COMPAT, 'UTF-8'); $config->setValue('config.MetaDesc', $MetaDesc); |
| ||||
$MetaKeys= htmlspecialchars(JRequest::getVar('MetaKeys', '', 'post', 'string'), ENT_COMPAT, 'UTF-8'); $config->setValue('config.MetaKeys', $MetaKeys); |
| |||
[[#variable54032800]]=htmlspecialchars(JRequest::getVar( [[#variable540327a0]],'','post','string'),ENT_COMPAT,'UTF-8'); $config->setValue( [[#variable540327c0]], [[#variable54032800]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54032800]] | // handling of special characters $sitename |
1 | 2 | [[#54032800]] | $MetaDesc |
1 | 3 | [[#54032800]] | $MetaKeys |
2 | 1 | [[#540327a0]] | 'sitename' |
2 | 2 | [[#540327a0]] | 'MetaDesc' |
2 | 3 | [[#540327a0]] | 'MetaKeys' |
3 | 1 | [[#540327c0]] | 'config.sitename' |
3 | 2 | [[#540327c0]] | 'config.MetaDesc' |
3 | 3 | [[#540327c0]] | 'config.MetaKeys' |