Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1752 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/DateAxis.java |
2 | 6 | 1341 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/NumberAxis.java |
| |||||
if ( !ObjectUtilities.equal(this.tickUnit, that.tickUnit)) { return false; } if ( !ObjectUtilities.equal(this.dateFormatOverride, that.dateFormatOverride)) { return false; } |
| |||||
if ( !ObjectUtilities.equal(this.tickUnit, that.tickUnit)) { return false; } if ( !ObjectUtilities.equal(this.numberFormatOverride, that.numberFormatOverride)) { return false; } |
| |||
if ( !ObjectUtilities.equal(this.tickUnit, that.tickUnit)) { return false; } if ( !ObjectUtilities.equal(this. [[#variable1a012780]], that. [[#variable1a012780]])) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a012780]] | dateFormatOverride |
1 | 2 | [[#1a012780]] | numberFormatOverride |