Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 4 | 3 | 0.957 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 152 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultStatisticalCategoryDataset.java |
2 | 8 | 196 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultStatisticalCategoryDataset.java |
3 | 8 | 214 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultStatisticalCategoryDataset.java |
4 | 8 | 232 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultStatisticalCategoryDataset.java |
| |||||
{ Number result = null; MeanAndStandardDeviation masd = (MeanAndStandardDeviation) this.data.getObject(row, column); if (masd != null) { result = masd.getMean(); } return result; } |
| |||||
{ Number result = null; MeanAndStandardDeviation masd = (MeanAndStandardDeviation) this.data.getObject(rowKey, columnKey); if (masd != null) { result = masd.getMean(); } return result; } |
| |||||
{ Number result = null; MeanAndStandardDeviation masd = (MeanAndStandardDeviation) this.data.getObject(row, column); if (masd != null) { result = masd.getStandardDeviation(); } return result; } |
| |||||
{ Number result = null; MeanAndStandardDeviation masd = (MeanAndStandardDeviation) this.data.getObject(rowKey, columnKey); if (masd != null) { result = masd.getStandardDeviation(); } return result; } |
| |||
{ Number result = null; MeanAndStandardDeviation masd = (MeanAndStandardDeviation) this.data.getObject( [[#variable18c2e4a0]], [[#variable18c2e580]]); if (masd != null) { result = masd. [[#variable18c2e540]](); } return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18c2e4a0]] | row |
1 | 2 | [[#18c2e4a0]] | rowKey |
1 | 3 | [[#18c2e4a0]] | row |
1 | 4 | [[#18c2e4a0]] | rowKey |
2 | 1 | [[#18c2e580]] | column |
2 | 2 | [[#18c2e580]] | columnKey |
2 | 3 | [[#18c2e580]] | column |
2 | 4 | [[#18c2e580]] | columnKey |
3 | 1 | [[#18c2e540]] | getMean |
3 | 2 | [[#18c2e540]] | getMean |
3 | 3 | [[#18c2e540]] | getStandardDeviation |
3 | 4 | [[#18c2e540]] | getStandardDeviation |