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.988 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 3138 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
2 | 5 | 961 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
| ||||
public ImportReference createAssistImportReference(char[][] tokens, long[] positions, int mod) { return new CompletionOnImportReference(tokens, positions, mod); } public ImportReference createAssistPackageReference(char[][] tokens, long[] positions) { return new CompletionOnPackageReference(tokens, positions); } |
| ||||
public ImportReference createAssistImportReference(char[][] tokens, long[] positions, int mod) { return new SelectionOnImportReference(tokens, positions, mod); } public ImportReference createAssistPackageReference(char[][] tokens, long[] positions) { return new SelectionOnPackageReference(tokens, positions); } |
| |||
public ImportReference createAssistImportReference(char[][] tokens, long[] positions, int mod) { return new [[#variablea4305180]](tokens, positions, mod); } public ImportReference createAssistPackageReference(char[][] tokens, long[] positions) { return new [[#variablea43051a0]](tokens, positions); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4305180]] | CompletionOnImportReference |
1 | 2 | [[#a4305180]] | SelectionOnImportReference |
2 | 1 | [[#a43051a0]] | CompletionOnPackageReference |
2 | 2 | [[#a43051a0]] | SelectionOnPackageReference |