Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.950 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 487 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/DefaultDrawingSupplier.java |
2 | 5 | 493 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/DefaultDrawingSupplier.java |
| |||||
for (int i = 0; i < strokeCount; i++) { this.strokeSequence[i] = SerialUtilities.readStroke(stream); } int outlineStrokeCount = stream.readInt(); |
| |||||
for (int i = 0; i < outlineStrokeCount; i++) { this.outlineStrokeSequence[i] = SerialUtilities.readStroke(stream); } int shapeCount = stream.readInt(); |
| |||
for (int i = 0; i < [[#variable18f77840]]; i++) { this. [[#variable18f77820]][i] = SerialUtilities.readStroke(stream); } int [[#variable18f77780]]= stream.readInt(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f77840]] | strokeCount |
1 | 2 | [[#18f77840]] | outlineStrokeCount |
2 | 1 | [[#18f77820]] | strokeSequence |
2 | 2 | [[#18f77820]] | outlineStrokeSequence |
3 | 1 | [[#18f77780]] | outlineStrokeCount |
3 | 2 | [[#18f77780]] | shapeCount |