Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 464 | installation/models/filesystem.php |
2 | 2 | 466 | installation/models/filesystem.php |
3 | 2 | 468 | installation/models/filesystem.php |
| ||||
$arr['ftp_enable']= $vars['ftpEnable']; $arr['ftp_user']= $vars['ftpUser']; |
| ||||
$arr['ftp_pass']= $vars['ftpPassword']; $arr['ftp_root']= $vars['ftpRoot']; |
| ||||
$arr['ftp_host']= $vars['ftpHost']; $arr['ftp_port']= $vars['ftpPort']; |
| |||
$arr[ [[#variable3c3bc940]]]=$vars[ [[#variable3c3bc8a0]]]; $arr[ [[#variable3c3bc820]]]=$vars[ [[#variable3c3bc7a0]]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c3bc940]] | 'ftp_enable' |
1 | 2 | [[#3c3bc940]] | 'ftp_pass' |
1 | 3 | [[#3c3bc940]] | 'ftp_host' |
2 | 1 | [[#3c3bc8a0]] | 'ftpEnable' |
2 | 2 | [[#3c3bc8a0]] | 'ftpPassword' |
2 | 3 | [[#3c3bc8a0]] | 'ftpHost' |
3 | 1 | [[#3c3bc820]] | 'ftp_user' |
3 | 2 | [[#3c3bc820]] | 'ftp_root' |
3 | 3 | [[#3c3bc820]] | 'ftp_port' |
4 | 1 | [[#3c3bc7a0]] | 'ftpUser' |
4 | 2 | [[#3c3bc7a0]] | 'ftpRoot' |
4 | 3 | [[#3c3bc7a0]] | 'ftpPort' |