CloneSet1518


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12177
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/general/DefaultKeyedValueDataset.java
22351
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects.java
33419
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYSeriesCollection.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
177
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/general/DefaultKeyedValueDataset.java

/**
 * Returns a hash code.
 * 
 * @return A hash code.
 */
public int hashCode() {
  return (this.data != null ? this.data.hashCode(): 0);
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
351
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects.java

/**
 * Returns a hash code.
 * 
 * @return A hash code.
 */
public int hashCode() {
  return (this.data != null ? this.data.hashCode(): 0);
}


First
Previous
Clone Instance
3
Line Count
3
Source Line
419
Source File
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() {
  // Same question as for equals (AS)
  return (this.data != null ? this.data.hashCode(): 0);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None