CloneSet1143


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

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


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

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


Clone AbstractionParameter Count: 2Parameter 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 = super.hashCode();
  result = HashUtilities.hashCode(result, this. [[#variable18eb0fe0]]);
  result = HashUtilities.hashCode(result, this. [[#variable18eb0f40]]);
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18eb0fe0]]
pieIndex 
12[[#18eb0fe0]]
paint 
21[[#18eb0f40]]
sectionIndex 
22[[#18eb0f40]]
stroke