Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 72 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/Base64Converter.java |
2 | 4 | 85 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/Base64Converter.java |
3 | 4 | 97 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/Base64Converter.java |
| |||||
bits6 = (bits24&0x00fc0000) >> 18; out[outIndex++ ] = ALPHABET[bits6]; bits6 = (bits24&0x0003f000) >> 12; out[outIndex++ ] = ALPHABET[bits6]; |
| |||||
bits6 = (bits24&0x00fc0000) >> 18; out[outIndex++ ] = ALPHABET[bits6]; bits6 = (bits24&0x0003f000) >> 12; out[outIndex++ ] = ALPHABET[bits6]; |
| |||||
bits6 = (bits24&0x00fc0000) >> 18; out[outIndex++ ] = ALPHABET[bits6]; bits6 = (bits24&0x0003f000) >> 12; out[outIndex++ ] = ALPHABET[bits6]; |
| |||
bits6 = (bits24&0x00fc0000) >> 18; out[outIndex++ ] = ALPHABET[bits6]; bits6 = (bits24&0x0003f000) >> 12; out[outIndex++ ] = ALPHABET[bits6]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |