Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.977 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 79 | installation/models/configuration.php |
2 | 1 | 80 | installation/models/configuration.php |
3 | 1 | 81 | installation/models/configuration.php |
| ||||
$registry->setValue('ftp_user', $options->ftp_save ? $options->ftp_user : ''); |
| ||||
$registry->setValue('ftp_pass', $options->ftp_save ? $options->ftp_pass : ''); |
| ||||
$registry->setValue('ftp_root', $options->ftp_save ? $options->ftp_root : ''); |
| |||
$registry->setValue( [[#variable526cf7a0]],$options->ftp_save ? $options-> [[#variable526cf740]] : ''); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526cf7a0]] | 'ftp_root' |
1 | 2 | [[#526cf7a0]] | 'ftp_pass' |
1 | 3 | [[#526cf7a0]] | 'ftp_user' |
2 | 1 | [[#526cf740]] | ftp_root |
2 | 2 | [[#526cf740]] | ftp_pass |
2 | 3 | [[#526cf740]] | ftp_user |