CloneSet1771


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.979method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14126
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/AbstractDialLayer.java
24189
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPointer.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
126
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/AbstractDialLayer.java

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


First
Previous
Clone Instance
2
Line Count
4
Source Line
189
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPointer.java

/**
 * Returns a hash code.
 * 
 * @return A hash code.
 */
public int hashCode() {
  int result = 23;
  result = HashUtilities.hashCode(result, this.radius);
  return result;
}


Clone AbstractionParameter Count: 1Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a050e80]]
visible 
12[[#1a050e80]]
radius