Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.958 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 235 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/contour/DefaultContourDataset.java |
2 | 3 | 250 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/contour/DefaultContourDataset.java |
3 | 3 | 306 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/contour/DefaultContourDataset.java |
| |||||
for (int k = 0; k < this.zValues.length; k++) { if (this.zValues[k] != null) { zMax = Math.max(zMax, this.zValues[k].doubleValue()); } } |
| |||||
for (int k = 0; k < this.zValues.length; k++) { if (this.zValues[k] != null) { zMin = Math.min(zMin, this.zValues[k].doubleValue()); } } |
| |||||
for (int k = 0; k < this.zValues.length; k++) { if (this.zValues[k] != null) { zMin = Math.min(zMin, this.zValues[k].doubleValue()); } } |
| |||
for (int k = 0; k < this.zValues.length; k++) { if (this.zValues[k] != null) { [[#variable18d37a40]]= Math. [[#variable18d384c0]]( [[#variable18d37a40]], this.zValues[k].doubleValue()); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18d37a40]] | zMax |
1 | 2 | [[#18d37a40]] | zMin |
1 | 3 | [[#18d37a40]] | zMin |
2 | 1 | [[#18d384c0]] | max |
2 | 2 | [[#18d384c0]] | min |
2 | 3 | [[#18d384c0]] | min |