Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 68 | installation/models/configuration.php |
2 | 4 | 82 | installation/models/configuration.php |
| ||||
$registry->setValue('dbprefix', $options->db_prefix); /* Server Settings */ $registry->setValue('live_site', ''); |
| ||||
$registry->setValue('ftp_enable', $options->ftp_enable); /* Locale Settings */ $registry->setValue('offset', 0); |
| |||
$registry->setValue( [[#variable5265ee40]],$options-> [[#variable5265ed40]]); /* Locale Settings */ /* Server Settings */ $registry->setValue( [[#variable52644140]], [[#variable45fd9820]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5265ee40]] | 'ftp_enable' |
1 | 2 | [[#5265ee40]] | 'dbprefix' |
2 | 1 | [[#5265ed40]] | ftp_enable |
2 | 2 | [[#5265ed40]] | db_prefix |
3 | 1 | [[#52644140]] | 'offset' |
3 | 2 | [[#52644140]] | 'live_site' |
4 | 1 | [[#45fd9820]] | 0 |
4 | 2 | [[#45fd9820]] | '' |