Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.979 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 234 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/FastJavaPartitionScanner.java |
2 | 5 | 251 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/FastJavaPartitionScanner.java |
| ||||
{ preFix(JAVA, SINGLE_LINE_COMMENT, NONE, 2); fTokenOffset += fTokenLength; fTokenLength = fPrefixLength; break; } |
| ||||
{ preFix(JAVA, MULTI_LINE_COMMENT, SLASH_STAR, 2); fTokenOffset += fTokenLength; fTokenLength = fPrefixLength; break; } |
| |||
{ preFix(JAVA, [[#variable5998abc0]], [[#variable5998ab00]], 2); fTokenOffset += fTokenLength; fTokenLength = fPrefixLength; break; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5998abc0]] | SINGLE_LINE_COMMENT |
1 | 2 | [[#5998abc0]] | MULTI_LINE_COMMENT |
2 | 1 | [[#5998ab00]] | NONE |
2 | 2 | [[#5998ab00]] | SLASH_STAR |