Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
20 | 2 | 3 | 0.950 | class_body_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 20 | 80 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.java |
2 | 22 | 78 | 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 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; |
| |||||
/** 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; |
| |||
/** 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f6d7e0]] | maximumRangeValue |
1 | 2 | [[#18f6d7e0]] | minimumRangeValueIncStdDev |
2 | 1 | [[#18f6d740]] | maximumRangeValueRow |
2 | 2 | [[#18f6d740]] | minimumRangeValueIncStdDevRow |
3 | 1 | [[#18f6d700]] | maximumRangeValueColumn |
3 | 2 | [[#18f6d700]] | minimumRangeValueIncStdDevColumn |