Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.981 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 109 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/CategoryLabelEntity.java |
2 | 4 | 163 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/ArrowNeedle.java |
| |||||
/** * Returns a hash code for this instance. * * @return A hash code. */ public int hashCode() { int result = super.hashCode(); result = HashUtilities.hashCode(result, this.key); 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.isArrowAtTop); 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. [[#variable18fd4cc0]]); return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fd4cc0]] | key |
1 | 2 | [[#18fd4cc0]] | isArrowAtTop |