CloneSet899


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16345
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultNumberAxisEditor.java
26237
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTNumberAxisEditor.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
345
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultNumberAxisEditor.java

/**
 * Sets the properties of the specified axis to match the properties
 * defined on this panel.
 *
 * @param axis  the axis.
 */
public void setAxisProperties(Axis axis) {
  super.setAxisProperties(axis);
  NumberAxis numberAxis = (NumberAxis) axis;
  numberAxis.setAutoRange(this.autoRange);
  if ( !this.autoRange) {
    numberAxis.setRange(this.minimumValue, this.maximumValue);
  }
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
237
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTNumberAxisEditor.java

/**
 * Sets the properties of the specified axis to match 
 * the properties defined on this panel.
 *
 * @param axis  the axis.
 */
public void setAxisProperties(Axis axis) {
  super.setAxisProperties(axis);
  NumberAxis numberAxis = (NumberAxis) axis;
  numberAxis.setAutoRange(this.autoRange);
  if ( !this.autoRange) {
    numberAxis.setRange(this.minimumValue, this.maximumValue);
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the properties of the specified axis to match the properties
     * defined on this panel.
     *
     * @param axis  the axis.
     */
/**
     * Sets the properties of the specified axis to match 
     * the properties defined on this panel.
     *
     * @param axis  the axis.
     */
public void setAxisProperties(Axis axis) {
  super.setAxisProperties(axis);
  NumberAxis numberAxis = (NumberAxis) axis;
  numberAxis.setAutoRange(this.autoRange);
  if ( !this.autoRange) {
    numberAxis.setRange(this.minimumValue, this.maximumValue);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None