Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.965 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 3127 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 4 | 6596 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
completion[0] = '{'; completion[1] = '@'; System.arraycopy(possibleTag, 0, completion, 2, tagLength); // do not add space at end of inline tag (see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=121026) //completion[tagLength+2] = ' '; completion[tagLength + 2] = '}'; |
| ||||
inlineCompletion[0] = '{'; inlineCompletion[1] = '@'; System.arraycopy(inlineTag, 0, inlineCompletion, 2, tagLength); inlineCompletion[tagLength + 2] = ' '; |
| |||
[[#variable993de8e0]][0] = '{'; [[#variable993de8e0]][1] = '@'; System.arraycopy( [[#variable993def00]], 0, [[#variable993de8e0]], 2, tagLength); [[#variable993de8e0]][tagLength + 2] = [[#variable5b857e40]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#993de8e0]] | completion |
1 | 2 | [[#993de8e0]] | inlineCompletion |
2 | 1 | [[#993def00]] | possibleTag |
2 | 2 | [[#993def00]] | inlineTag |
3 | 1 | [[#5b857e40]] | '}' |
3 | 2 | [[#5b857e40]] | ' ' |