Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.960 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 197 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
2 | 5 | 398 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
| ||||
//the default constructor with the correct number of argument //will be created and added by the TC (see createsInternalConstructorWithBinding) alloc.sourceStart = intStack[intPtr-- ]; pushOnExpressionStack(alloc); this.assistNode = alloc; this.lastCheckPoint = alloc.sourceEnd + 1; |
| ||||
alloc.sourceStart = intStack[intPtr-- ]; pushOnExpressionStack(alloc); assistNode = alloc; this.lastCheckPoint = alloc.sourceEnd + 1; |
| |||
//the default constructor with the correct number of argument //will be created and added by the TC (see createsInternalConstructorWithBinding) alloc.sourceStart = intStack[intPtr-- ]; pushOnExpressionStack(alloc); [[#variable57e9a6c0]]= alloc; this.lastCheckPoint = alloc.sourceEnd + 1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57e9a6c0]] | assistNode |
1 | 2 | [[#57e9a6c0]] | this.assistNode |