Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.954 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 213 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
2 | 3 | 798 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
| ||||
System.arraycopy(this.identifierStack, startPtr, tokens, 0, i); long[] positions = new long[i + 1]; System.arraycopy(this.identifierPositionStack, startPtr, positions, 0, i + 1); |
| ||||
System.arraycopy(this.identifierStack, startPtr, tokens, 0, idLength); long[] positions = new long[idLength + 1]; System.arraycopy(this.identifierPositionStack, startPtr, positions, 0, idLength); |
| |||
System.arraycopy(this.identifierStack, startPtr, tokens, 0, [[#variable922abea0]]); long[] positions = new long[ [[#variable922abea0]] + 1]; System.arraycopy(this.identifierPositionStack, startPtr, positions, 0, [[#variable92cf2420]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#922abea0]] | i |
1 | 2 | [[#922abea0]] | idLength |
2 | 1 | [[#92cf2420]] | i + 1 |
2 | 2 | [[#92cf2420]] | idLength |