Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 100 | installation/models/configuration.php |
2 | 2 | 120 | installation/models/configuration.php |
| ||||
$registry->setValue('cachetime', 15); $registry->setValue('cache_handler', 'file'); |
| ||||
/* Session Setting */ $registry->setValue('lifetime', 15); $registry->setValue('session_handler', 'database'); |
| |||
/* Session Setting */ $registry->setValue( [[#variable52409f20]],15); $registry->setValue( [[#variable465692e0]], [[#variable465691e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52409f20]] | 'lifetime' |
1 | 2 | [[#52409f20]] | 'cachetime' |
2 | 1 | [[#465692e0]] | 'session_handler' |
2 | 2 | [[#465692e0]] | 'cache_handler' |
3 | 1 | [[#465691e0]] | 'database' |
3 | 2 | [[#465691e0]] | 'file' |