Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 426 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYTextAnnotation.java |
2 | 5 | 323 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/LabelBlock.java |
3 | 5 | 334 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialTextAnnotation.java |
4 | 5 | 616 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java |
| |||||
if ( !this.font.equals(that.font)) { return false; } if ( !PaintUtilities.equal(this.paint, that.paint)) { return false; } |
| |||||
if ( !this.font.equals(that.font)) { return false; } if ( !PaintUtilities.equal(this.paint, that.paint)) { return false; } |
| |||||
if ( !this.font.equals(that.font)) { return false; } if ( !PaintUtilities.equal(this.paint, that.paint)) { return false; } |
| |||||
if ( !this.font.equals(that.font)) { return false; } if ( !PaintUtilities.equal(this.paint, that.paint)) { return false; } |
| |||
if ( !this.font.equals(that.font)) { return false; } if ( !PaintUtilities.equal(this.paint, that.paint)) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |