Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.960 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1239 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterPlot.java |
2 | 8 | 1564 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ThermometerPlot.java |
| |||||
if ( !ObjectUtilities.equal(this.valueFont, that.valueFont)) { return false; } if ( !PaintUtilities.equal(this.valuePaint, that.valuePaint)) { return false; } if ( !PaintUtilities.equal(this.tickPaint, that.tickPaint)) { return false; } |
| |||||
if ( !ObjectUtilities.equal(this.valueFont, that.valueFont)) { return false; } if ( !PaintUtilities.equal(this.valuePaint, that.valuePaint)) { return false; } if ( !ObjectUtilities.equal(this.valueFormat, that.valueFormat)) { return false; } |
| |||
if ( !ObjectUtilities.equal(this.valueFont, that.valueFont)) { return false; } if ( !PaintUtilities.equal(this.valuePaint, that.valuePaint)) { return false; } if ( ! [[#variable18e74440]].equal(this. [[#variable18e743e0]], that. [[#variable18e743e0]])) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e74440]] | PaintUtilities |
1 | 2 | [[#18e74440]] | ObjectUtilities |
2 | 1 | [[#18e743e0]] | tickPaint |
2 | 2 | [[#18e743e0]] | valueFormat |