Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1374 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
2 | 6 | 798 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
| ||||
ref.sourceStart = intStack[localIntPtr-- ]; if (dim == 0) { ref.sourceEnd = intStack[localIntPtr-- ]; } else { localIntPtr--; ref.sourceEnd = endPosition; } |
| ||||
ref.sourceStart = intStack[intPtr-- ]; if (dim == 0) { ref.sourceEnd = intStack[intPtr-- ]; } else { intPtr--; // no need to use this position as it is an array ref.sourceEnd = endPosition; } |
| |||
ref.sourceStart = intStack[ [[#variable5c7d7900]]-- ]; if (dim == 0) { ref.sourceEnd = intStack[ [[#variable5c7d7900]]-- ]; } else { [[#variable5c7d7900]]--; // no need to use this position as it is an array ref.sourceEnd = endPosition; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5c7d7900]] | localIntPtr |
1 | 2 | [[#5c7d7900]] | intPtr |