Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.983 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 152 | installation/models/database.php |
2 | 2 | 155 | installation/models/database.php |
| ||||
if (in_array($options->language ,$languages['admin'])) { $params[]= 'administrator=' . $options->language; } |
| ||||
if (in_array($options->language ,$languages['site'])) { $params[]= 'site=' . $options->language; } |
| |||
if (in_array($options->language ,$languages[ [[#variable52613c40]]])) { $params[]= [[#variable52613fc0]] . $options->language; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52613c40]] | 'site' |
1 | 2 | [[#52613c40]] | 'admin' |
2 | 1 | [[#52613fc0]] | 'site=' |
2 | 2 | [[#52613fc0]] | 'administrator=' |