Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 177 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/general/DefaultKeyedValueDataset.java |
2 | 2 | 351 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects.java |
3 | 3 | 419 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYSeriesCollection.java |
| |||||
/** * Returns a hash code. * * @return A hash code. */ public int hashCode() { return (this.data != null ? this.data.hashCode(): 0); } |
| |||||
/** * Returns a hash code. * * @return A hash code. */ public int hashCode() { return (this.data != null ? this.data.hashCode(): 0); } |
| |||||
/** * Returns a hash code. * * @return A hash code. */ public int hashCode() { // Same question as for equals (AS) return (this.data != null ? this.data.hashCode(): 0); } |
| |||
/** * Returns a hash code. * * @return A hash code. */ /** * Returns a hash code. * * @return A hash code. */ public int hashCode() { // Same question as for equals (AS) return (this.data != null ? this.data.hashCode(): 0); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |