CloneSet951


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6230.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16220
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/AbstractPieItemLabelGenerator.java
26232
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/MultipleXYSeriesLabelGenerator.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
220
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/AbstractPieItemLabelGenerator.java

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


First
Previous
Clone Instance
2
Line Count
6
Source Line
232
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/MultipleXYSeriesLabelGenerator.java

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


Clone AbstractionParameter Count: 3Parameter 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 = 127;
  result = HashUtilities.hashCode(result, this. [[#variable18e0ae20]]);
  result = HashUtilities.hashCode(result, this. [[#variable18e0ada0]]);
  result = HashUtilities.hashCode(result, this. [[#variable18e0ad00]]);
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e0ae20]]
labelFormat 
12[[#18e0ae20]]
formatPattern 
21[[#18e0ada0]]
numberFormat 
22[[#18e0ada0]]
additionalFormatPattern 
31[[#18e0ad00]]
percentFormat 
32[[#18e0ad00]]
seriesLabelLists