Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 220 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/AbstractPieItemLabelGenerator.java |
2 | 6 | 232 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/MultipleXYSeriesLabelGenerator.java |
| |||||
/** * Returns a hash code for this instance. * * @return A hash code. */ public int hashCode() { int result = 127; result = HashUtilities.hashCode(result, this.labelFormat); result = HashUtilities.hashCode(result, this.numberFormat); result = HashUtilities.hashCode(result, this.percentFormat); return result; } |
| |||||
/** * Returns a hash code for this instance. * * @return A hash code. */ public int hashCode() { int result = 127; result = HashUtilities.hashCode(result, this.formatPattern); result = HashUtilities.hashCode(result, this.additionalFormatPattern); result = HashUtilities.hashCode(result, this.seriesLabelLists); 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 = 127; result = HashUtilities.hashCode(result, this. [[#variable18e0ae20]]); result = HashUtilities.hashCode(result, this. [[#variable18e0ada0]]); result = HashUtilities.hashCode(result, this. [[#variable18e0ad00]]); return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e0ae20]] | labelFormat |
1 | 2 | [[#18e0ae20]] | formatPattern |
2 | 1 | [[#18e0ada0]] | numberFormat |
2 | 2 | [[#18e0ada0]] | additionalFormatPattern |
3 | 1 | [[#18e0ad00]] | percentFormat |
3 | 2 | [[#18e0ad00]] | seriesLabelLists |