CloneSet1545


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.981method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14109
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/CategoryLabelEntity.java
24163
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/ArrowNeedle.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
109
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/CategoryLabelEntity.java

/**
 * Returns a hash code for this instance.
 * 
 * @return A hash code.
 */
public int hashCode() {
  int result = super.hashCode();
  result = HashUtilities.hashCode(result, this.key);
  return result;
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
163
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/ArrowNeedle.java

/**
 * Returns a hash code for this instance.
 * 
 * @return A hash code.
 */
public int hashCode() {
  int result = super.hashCode();
  result = HashUtilities.hashCode(result, this.isArrowAtTop);
  return result;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns a hash code for this instance.
     * 
     * @return A hash code.
     */
public int hashCode() {
  int result = super.hashCode();
  result = HashUtilities.hashCode(result, this. [[#variable18fd4cc0]]);
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fd4cc0]]
key 
12[[#18fd4cc0]]
isArrowAtTop