Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.989 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 21 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnKeyword1.java |
2 | 2 | 19 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnKeyword3.java |
| ||||
public CompletionOnKeyword1(char[] token, long pos, char[] possibleKeyword) { this(token, pos, new char[][] { possibleKeyword } ); } |
| ||||
public CompletionOnKeyword3(char[] token, long pos, char[] possibleKeyword) { this(token, pos, new char[][] { possibleKeyword } ); } |
| |||
public [[#variable5a014460]](char[] token, long pos, char[] possibleKeyword) { this(token, pos, new char[][] { possibleKeyword } ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a014460]] | CompletionOnKeyword3 |
1 | 2 | [[#5a014460]] | CompletionOnKeyword1 |