Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.959 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 994 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
2 | 2 | 997 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
| ||||
public NameReference createSingleAssistNameReference(char[] assistName, long position) { return new SelectionOnSingleNameReference(assistName, position); } |
| ||||
public TypeReference createSingleAssistTypeReference(char[] assistName, long position) { return new SelectionOnSingleTypeReference(assistName, position); } |
| |||
public [[#variablebd2f6cc0]] [[#variablebd2f6c60]](char[] assistName, long position) { return new [[#variablebd2f6c00]](assistName, position); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bd2f6cc0]] | NameReference |
1 | 2 | [[#bd2f6cc0]] | TypeReference |
2 | 1 | [[#bd2f6c60]] | createSingleAssistNameReference |
2 | 2 | [[#bd2f6c60]] | createSingleAssistTypeReference |
3 | 1 | [[#bd2f6c00]] | SelectionOnSingleNameReference |
3 | 2 | [[#bd2f6c00]] | SelectionOnSingleTypeReference |