CloneSet1019


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16554
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/DefaultKeyedValues2D.java
26493
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects2D.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
554
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/DefaultKeyedValues2D.java

/**
 * Returns a hash code.
 * 
 * @return A hash code.
 */
public int hashCode() {
  int result;
  result = this.rowKeys.hashCode();
  result = 29 * result + this.columnKeys.hashCode();
  result = 29 * result + this.rows.hashCode();
  return result;
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
493
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects2D.java

/**
 * Returns a hashcode for this object.
 * 
 * @return A hashcode.
 */
public int hashCode() {
  int result;
  result = this.rowKeys.hashCode();
  result = 29 * result + this.columnKeys.hashCode();
  result = 29 * result + this.rows.hashCode();
  return result;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns a hash code.
     * 
     * @return A hash code.
     */
/**
     * Returns a hashcode for this object.
     * 
     * @return A hashcode.
     */
public int hashCode() {
  int result;
  result = this.rowKeys.hashCode();
  result = 29 * result + this.columnKeys.hashCode();
  result = 29 * result + this.rows.hashCode();
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None