Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 2 | 0.960 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 1049 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineAndShapeRenderer.java |
2 | 16 | 1318 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java |
| |||||
if ( !ObjectUtilities.equal(this.shapesFilled, that.shapesFilled)) { return false; } if ( !ObjectUtilities.equal(this.seriesShapesFilled, that.seriesShapesFilled)) { return false; } if (this.baseShapesFilled != that.baseShapesFilled) { return false; } if (this.useOutlinePaint != that.useOutlinePaint) { return false; } if (this.useSeriesOffset != that.useSeriesOffset) { return false; } |
| |||||
if ( !ObjectUtilities.equal(this.shapesFilled, that.shapesFilled)) { return false; } if ( !ObjectUtilities.equal(this.seriesShapesFilled, that.seriesShapesFilled)) { return false; } if (this.baseShapesFilled != that.baseShapesFilled) { return false; } if (this.drawOutlines != that.drawOutlines) { return false; } if (this.useOutlinePaint != that.useOutlinePaint) { return false; } |
| |||
if ( !ObjectUtilities.equal(this.shapesFilled, that.shapesFilled)) { return false; } if ( !ObjectUtilities.equal(this.seriesShapesFilled, that.seriesShapesFilled)) { return false; } if (this.baseShapesFilled != that.baseShapesFilled) { return false; } if (this. [[#variable18d64840]]!= that. [[#variable18d64840]]) { return false; } if (this. [[#variable18d649c0]]!= that. [[#variable18d649c0]]) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18d64840]] | useOutlinePaint |
1 | 2 | [[#18d64840]] | drawOutlines |
2 | 1 | [[#18d649c0]] | useSeriesOffset |
2 | 2 | [[#18d649c0]] | useOutlinePaint |