Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.973 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 235 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/PieSectionEntity.java |
2 | 5 | 351 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPointer.java |
| |||||
/** * Returns a hash code for this instance. * * @return A hash code. */ public int hashCode() { int result = super.hashCode(); result = HashUtilities.hashCode(result, this.pieIndex); result = HashUtilities.hashCode(result, this.sectionIndex); return result; } |
| |||||
/** * Returns a hash code for this instance. * * @return A hash code. */ public int hashCode() { int result = super.hashCode(); result = HashUtilities.hashCode(result, this.paint); result = HashUtilities.hashCode(result, this.stroke); return result; } |
| |||
/** * Returns a hash code for this instance. * * @return A hash code. */ /** * Returns a hash code for this instance. * * @return A hash code. */ public int hashCode() { int result = super.hashCode(); result = HashUtilities.hashCode(result, this. [[#variable18eb0fe0]]); result = HashUtilities.hashCode(result, this. [[#variable18eb0f40]]); return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18eb0fe0]] | pieIndex |
1 | 2 | [[#18eb0fe0]] | paint |
2 | 1 | [[#18eb0f40]] | sectionIndex |
2 | 2 | [[#18eb0f40]] | stroke |