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.985 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1495 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
2 | 6 | 1524 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
| ||||
if (this.localDeclarationVisitor != null || fullParse) { diet = false; this.getMethodBodies(parsedUnit); } this.scanner.resetTo(start, end); notifySourceElementRequestor(parsedUnit); |
| ||||
if (this.localDeclarationVisitor != null || fullParse) { diet = false; this.getMethodBodies(parsedUnit); } this.scanner.resetTo(initialStart, initialEnd); notifySourceElementRequestor(parsedUnit); |
| |||
if (this.localDeclarationVisitor != null || fullParse) { diet = false; this.getMethodBodies(parsedUnit); } this.scanner.resetTo( [[#variableb9c05100]], [[#variableb9c05040]]); notifySourceElementRequestor(parsedUnit); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9c05100]] | initialStart |
1 | 2 | [[#b9c05100]] | start |
2 | 1 | [[#b9c05040]] | initialEnd |
2 | 2 | [[#b9c05040]] | end |