CloneSet1154


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6401.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161235
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java
261777
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/DateAxis.java
361359
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/NumberAxis.java
461105
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
1235
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java

/**
 * Returns a hash code for this object.
 *
 * @return A hash code.
 */
public int hashCode() {
  if (getLabel() != null) {
    return getLabel().hashCode();
  }
  else {
    return 0;
  }
}


Next
Previous
Clone Instance
2
Line Count
6
Source Line
1777
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/DateAxis.java

/**
 * Returns a hash code for this object.
 *
 * @return A hash code.
 */
public int hashCode() {
  if (getLabel() != null) {
    return getLabel().hashCode();
  }
  else {
    return 0;
  }
}


Next
Previous
Clone Instance
3
Line Count
6
Source Line
1359
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/NumberAxis.java

/**
 * Returns a hash code for this object.
 *
 * @return A hash code.
 */
public int hashCode() {
  if (getLabel() != null) {
    return getLabel().hashCode();
  }
  else {
    return 0;
  }
}


First
Previous
Clone Instance
4
Line Count
6
Source Line
1105
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java

/**
 * Returns a hash code for this object.
 * 
 * @return A hash code.
 */
public int hashCode() {
  if (getLabel() != null) {
    return getLabel().hashCode();
  }
  else {
    return 0;
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns a hash code for this object.
     *
     * @return A hash code.
     */
/**
     * Returns a hash code for this object.
     * 
     * @return A hash code.
     */
public int hashCode() {
  if (getLabel() != null) {
    return getLabel().hashCode();
  }
  else {
    return 0;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None