CloneSet595


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5310.976method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15145
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/DefaultKeyedValue.java
25156
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimePeriodValue.java
35178
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeriesDataItem.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
145
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/DefaultKeyedValue.java

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


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

/**
 * Returns a hash code value for the object.
 *
 * @return The hashcode
 */
public int hashCode() {
  int result;
  result = (this.period != null ? this.period.hashCode(): 0);
  result = 29 * result + (this.value != null ? this.value.hashCode(): 0);
  return result;
}


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

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


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns a hash code.
     * 
     * @return A hash code.
     */
/**
     * Returns a hash code value for the object.
     *
     * @return The hashcode
     */
public int hashCode() {
  int result;
  result = (this. [[#variable18c88c00]]!= null ? this. [[#variable18c88c00]].hashCode(): 0);
  result = 29 * result + (this.value != null ? this.value.hashCode(): 0);
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c88c00]]
key 
12[[#18c88c00]]
period 
13[[#18c88c00]]
period