| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 1 | 0.987 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 547 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
| 2 | 1 | 598 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
| ||||
/* build specific assist node on import statement */
ImportReference reference = this.createAssistImportReference(subset, positions, ClassFileConstants.AccStatic);
|
| ||||
/* build specific assist node on import statement */
ImportReference reference = this.createAssistImportReference(subset, positions, ClassFileConstants.AccDefault);
|
| |||
/* build specific assist node on import statement */ ImportReference reference = this.createAssistImportReference(subset, positions, ClassFileConstants. [[#variable9bad56c0]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9bad56c0]] | AccDefault |
| 1 | 2 | [[#9bad56c0]] | AccStatic |