CloneSet1408


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
20230.950class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12080
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.java
22278
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultStatisticalCategoryDataset.java
Next
Last
Clone Instance
1
Line Count
20
Source Line
80
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.java

/** The minimum range value. */
private double minimumRangeValue;

/** The row index for the cell that the minimum range value comes from. */
private int minimumRangeValueRow;

/** 
 * The column index for the cell that the minimum range value comes from. 
 */
private int minimumRangeValueColumn;

/** The maximum range value. */
private double maximumRangeValue;

/** The row index for the cell that the maximum range value comes from. */
private int maximumRangeValueRow;

/** 
 * The column index for the cell that the maximum range value comes from. 
 */
private int maximumRangeValueColumn;


First
Previous
Clone Instance
2
Line Count
22
Source Line
78
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultStatisticalCategoryDataset.java

/** The minimum range value. */
private double minimumRangeValue;

/** The row index for the minimum range value. */
private int minimumRangeValueRow;

/** The column index for the minimum range value. */
private int minimumRangeValueColumn;

/** The minimum range value including the standard deviation. */
private double minimumRangeValueIncStdDev;

/** 
 * The row index for the minimum range value (including the standard 
 * deviation). 
 */
private int minimumRangeValueIncStdDevRow;

/** 
 * The column index for the minimum range value (including the standard 
 * deviation). 
 */
private int minimumRangeValueIncStdDevColumn;


Clone AbstractionParameter Count: 3Parameter Bindings

/** The minimum range value. */
private double minimumRangeValue;

/** The row index for the cell that the minimum range value comes from. */
/** The row index for the minimum range value. */
private int minimumRangeValueRow;

/** 
     * The column index for the cell that the minimum range value comes from. 
     */
/** The column index for the minimum range value. */
private int minimumRangeValueColumn;

/** The maximum range value. */
/** The minimum range value including the standard deviation. */
private double  [[#variable18f6d7e0]];

/** The row index for the cell that the maximum range value comes from. */
/** 
     * The row index for the minimum range value (including the standard 
     * deviation). 
     */
private int  [[#variable18f6d740]];

/** 
     * The column index for the cell that the maximum range value comes from. 
     */
/** 
     * The column index for the minimum range value (including the standard 
     * deviation). 
     */
private int  [[#variable18f6d700]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f6d7e0]]
maximumRangeValue 
12[[#18f6d7e0]]
minimumRangeValueIncStdDev 
21[[#18f6d740]]
maximumRangeValueRow 
22[[#18f6d740]]
minimumRangeValueIncStdDevRow 
31[[#18f6d700]]
maximumRangeValueColumn 
32[[#18f6d700]]
minimumRangeValueIncStdDevColumn