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.990 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 466 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java |
2 | 5 | 390 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialRange.java |
| |||||
temp = Double.doubleToLongBits(this.innerRadius); result = 37 * result + (int) (temp^(temp >>> 32)); temp = Double.doubleToLongBits(this.outerRadius); result = 37 * result + (int) (temp^(temp >>> 32)); result = 37 * result + HashUtilities.hashCodeForPaint(this.backgroundPaint); |
| |||||
temp = Double.doubleToLongBits(this.innerRadius); result = 37 * result + (int) (temp^(temp >>> 32)); temp = Double.doubleToLongBits(this.outerRadius); result = 37 * result + (int) (temp^(temp >>> 32)); result = 37 * result + HashUtilities.hashCodeForPaint(this.paint); |
| |||
temp = Double.doubleToLongBits(this.innerRadius); result = 37 * result + (int) (temp^(temp >>> 32)); temp = Double.doubleToLongBits(this.outerRadius); result = 37 * result + (int) (temp^(temp >>> 32)); result = 37 * result + HashUtilities.hashCodeForPaint(this. [[#variable18d50b80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18d50b80]] | backgroundPaint |
1 | 2 | [[#18d50b80]] | paint |