Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.955 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 394 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/ChartEntity.java |
2 | 5 | 227 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/HighLowItemLabelGenerator.java |
| |||||
/** * Returns a hash code for this instance. * * @return A hash code. */ public int hashCode() { int result = 37; result = HashUtilities.hashCode(result, this.toolTipText); result = HashUtilities.hashCode(result, this.urlText); return result; } |
| |||||
/** * Returns a hash code for this instance. * * @return A hash code. */ public int hashCode() { int result = 127; result = HashUtilities.hashCode(result, this.dateFormatter); result = HashUtilities.hashCode(result, this.numberFormatter); return result; } |
| |||
/** * Returns a hash code for this instance. * * @return A hash code. */ public int hashCode() { int result = [[#variable18f08760]]; result = HashUtilities.hashCode(result, this. [[#variable18f08740]]); result = HashUtilities.hashCode(result, this. [[#variable18f08840]]); return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f08760]] | 37 |
1 | 2 | [[#18f08760]] | 127 |
2 | 1 | [[#18f08740]] | toolTipText |
2 | 2 | [[#18f08740]] | dateFormatter |
3 | 1 | [[#18f08840]] | urlText |
3 | 2 | [[#18f08840]] | numberFormatter |