Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.963 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1607 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 1 | 1646 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
CompilationUnitDeclaration fakeAST = this.parser.dietParse(fakeUnit, fakeResult, this.actualCompletionPosition); |
| ||||
CompilationUnitDeclaration parsedUnit = this.parser.dietParse(sourceUnit, result, this.actualCompletionPosition); |
| |||
CompilationUnitDeclaration [[#variable9dfce5c0]]= this.parser.dietParse( [[#variable9dfce560]], [[#variable9dfce4e0]], this.actualCompletionPosition); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9dfce5c0]] | parsedUnit |
1 | 2 | [[#9dfce5c0]] | fakeAST |
2 | 1 | [[#9dfce560]] | sourceUnit |
2 | 2 | [[#9dfce560]] | fakeUnit |
3 | 1 | [[#9dfce4e0]] | result |
3 | 2 | [[#9dfce4e0]] | fakeResult |