Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.982 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1997 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
2 | 6 | 513 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
| ||||
CompletionOnArgumentName arg = new CompletionOnArgumentName( identifierName, namePositions, type, intStack[intPtr + 1]& ~ClassFileConstants.AccDeprecated); // modifiers |
| ||||
Argument arg = new SelectionOnArgumentName( identifierName, namePositions, type, intStack[intPtr + 1]& ~ClassFileConstants.AccDeprecated); // modifiers |
| |||
[[#variable63732a80]] arg = new [[#variable63732ae0]](identifierName, namePositions, type, intStack[intPtr + 1]& ~ClassFileConstants.AccDeprecated); // modifiers |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63732a80]] | Argument |
1 | 2 | [[#63732a80]] | CompletionOnArgumentName |
2 | 1 | [[#63732ae0]] | SelectionOnArgumentName |
2 | 2 | [[#63732ae0]] | CompletionOnArgumentName |