CloneSet1275


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

/** A flag that indicates whether or not the axis range is determined
 *  automatically.
 */
private boolean autoRange;

/** The lowest value in the axis range. */
private double minimumValue;

/** The highest value in the axis range. */
private double maximumValue;

/** A checkbox that indicates whether or not the axis range is determined
 *  automatically.
 */
private JCheckBox autoRangeCheckBox;

/** A text field for entering the minimum value in the axis range. */
private JTextField minimumRangeValue;

/** A text field for entering the maximum value in the axis range. */
private JTextField maximumRangeValue;


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

/** A flag that indicates whether or not the axis range is determined
 *  automatically.
 */
private boolean autoRange;

/** The lowest value in the axis range. */
private double minimumValue;

/** The highest value in the axis range. */
private double maximumValue;

/** A checkbox that indicates whether or not the axis range is determined
 *  automatically.
 */
private Button autoRangeCheckBox;

/** A text field for entering the minimum value in the axis range. */
private Text minimumRangeValue;

/** A text field for entering the maximum value in the axis range. */
private Text maximumRangeValue;


Clone AbstractionParameter Count: 2Parameter Bindings

/** A flag that indicates whether or not the axis range is determined
     *  automatically.
     */
/** A flag that indicates whether or not the axis range is determined
     *  automatically.
     */
private boolean autoRange;

/** The lowest value in the axis range. */
private double minimumValue;

/** The highest value in the axis range. */
private double maximumValue;

/** A checkbox that indicates whether or not the axis range is determined
     *  automatically.
     */
/** A checkbox that indicates whether or not the axis range is determined
     *  automatically.
     */
private [[#variable18f13a80]] autoRangeCheckBox;

/** A text field for entering the minimum value in the axis range. */
private [[#variable18f18080]] minimumRangeValue;

/** A text field for entering the maximum value in the axis range. */
private [[#variable18f18080]] maximumRangeValue;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f13a80]]
JCheckBox 
12[[#18f13a80]]
Button 
21[[#18f18080]]
JTextField 
22[[#18f18080]]
Text