Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.966 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1093 | libraries/phpmailer/phpmailer.php |
2 | 1 | 309 | plugins/authentication/openid/Auth/OpenID/FileStore.php |
3 | 2 | 416 | plugins/authentication/openid/Auth/OpenID/FileStore.php |
| ||||
$file_buffer= fread($fd, filesize($path)); |
| ||||
$assoc_s= fread($assoc_file, filesize($filename)); |
| ||||
$assoc_s= fread($association_file, filesize($association_filename)); |
| |||
[[#variable476e4dc0]]=fread( [[#variable476e4d20]],filesize( [[#variable476e4c80]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#476e4dc0]] | $file_buffer |
1 | 2 | [[#476e4dc0]] | $assoc_s |
1 | 3 | [[#476e4dc0]] | $assoc_s |
2 | 1 | [[#476e4d20]] | $fd |
2 | 2 | [[#476e4d20]] | $association_file |
2 | 3 | [[#476e4d20]] | $assoc_file |
3 | 1 | [[#476e4c80]] | $path |
3 | 2 | [[#476e4c80]] | $association_filename |
3 | 3 | [[#476e4c80]] | $filename |