Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.991 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1478 | libraries/bitfolge/feedcreator.php |
2 | 5 | 38 | libraries/bitfolge/vcard.php |
| ||||
$hex= array( '0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F' ); $lines= preg_split("/(?:\r\n|\r|\n)/", $input); $eol= "\r\n"; $escape= "="; $output= ""; |
| ||||
$hex= array( '0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F' ); $lines= preg_split("/(?:\r\n|\r|\n)/", $input); $eol= "\r\n"; $linebreak= '=0D=0A'; $escape= '='; |
| |||
$hex=array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' ); $lines=preg_split("/(?:\r\n|\r|\n)/",$input); $eol="\r\n"; [[#variable5134a060]]= [[#variable4e94dfc0]]; [[#variable4e94df40]]= [[#variable4e94df00]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5134a060]] | $escape |
1 | 2 | [[#5134a060]] | $linebreak |
2 | 1 | [[#4e94dfc0]] | "=" |
2 | 2 | [[#4e94dfc0]] | '=0D=0A' |
3 | 1 | [[#4e94df40]] | $output |
3 | 2 | [[#4e94df40]] | $escape |
4 | 1 | [[#4e94df00]] | "" |
4 | 2 | [[#4e94df00]] | '=' |