Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 9 | 1 | 0.957 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 477 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.java |
2 | 6 | 493 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.java |
3 | 6 | 336 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultMultiValueCategoryDataset.java |
4 | 6 | 352 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultMultiValueCategoryDataset.java |
5 | 6 | 107 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/MeanAndStandardDeviation.java |
6 | 6 | 133 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/MeanAndStandardDeviation.java |
7 | 6 | 931 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/DynamicTimeSeriesCollection.java |
8 | 6 | 947 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/DynamicTimeSeriesCollection.java |
9 | 6 | 133 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYDataItem.java |
| |||||
{ double result = Double.NaN; if (this.minimumRangeValue != null) { result = this.minimumRangeValue.doubleValue(); } return result; } |
| |||||
{ double result = Double.NaN; if (this.maximumRangeValue != null) { result = this.maximumRangeValue.doubleValue(); } return result; } |
| |||||
{ double result = Double.NaN; if (this.minimumRangeValue != null) { result = this.minimumRangeValue.doubleValue(); } return result; } |
| |||||
{ double result = Double.NaN; if (this.maximumRangeValue != null) { result = this.maximumRangeValue.doubleValue(); } return result; } |
| |||||
{ double result = Double.NaN; if (this.mean != null) { result = this.mean.doubleValue(); } return result; } |
| |||||
{ double result = Double.NaN; if (this.standardDeviation != null) { result = this.standardDeviation.doubleValue(); } return result; } |
| |||||
{ double result = Double.NaN; if (this.minValue != null) { result = this.minValue.doubleValue(); } return result; } |
| |||||
{ double result = Double.NaN; if (this.maxValue != null) { result = this.maxValue.doubleValue(); } return result; } |
| |||||
{ double result = Double.NaN; if (this.y != null) { result = this.y.doubleValue(); } return result; } |
| |||
{ double result = Double.NaN; if (this. [[#variable1a8c1ec0]]!= null) { result = this. [[#variable1a8c1ec0]].doubleValue(); } return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a8c1ec0]] | minimumRangeValue |
1 | 2 | [[#1a8c1ec0]] | maximumRangeValue |
1 | 3 | [[#1a8c1ec0]] | minimumRangeValue |
1 | 4 | [[#1a8c1ec0]] | maximumRangeValue |
1 | 5 | [[#1a8c1ec0]] | mean |
1 | 6 | [[#1a8c1ec0]] | standardDeviation |
1 | 7 | [[#1a8c1ec0]] | minValue |
1 | 8 | [[#1a8c1ec0]] | maxValue |
1 | 9 | [[#1a8c1ec0]] | y |