CloneSet895


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15503
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultIntervalXYDataset.java
25342
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYDataset.java
35393
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYZDataset.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
503
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultIntervalXYDataset.java

/**
 * Returns a hash code for this instance.
 *
 * @return A hash code.
 */
public int hashCode() {
  int result;
  result = this.seriesKeys.hashCode();
  result = 29 * result + this.seriesList.hashCode();
  return result;
}


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

/**
 * Returns a hash code for this instance.
 * 
 * @return A hash code.
 */
public int hashCode() {
  int result;
  result = this.seriesKeys.hashCode();
  result = 29 * result + this.seriesList.hashCode();
  return result;
}


First
Previous
Clone Instance
3
Line Count
5
Source Line
393
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYZDataset.java

/**
 * Returns a hash code for this instance.
 *
 * @return A hash code.
 */
public int hashCode() {
  int result;
  result = this.seriesKeys.hashCode();
  result = 29 * result + this.seriesList.hashCode();
  return result;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * 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;
  result = this.seriesKeys.hashCode();
  result = 29 * result + this.seriesList.hashCode();
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None