Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 394 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PiePlot3D.java |
2 | 2 | 301 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/general/DatasetUtilities.java |
3 | 2 | 315 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/general/DatasetUtilities.java |
| |||||
Comparable currentKey = (Comparable) iterator.next(); Number dataValue = dataset.getValue(currentKey); |
| |||||
Comparable currentKey = (Comparable) iterator.next(); Number dataValue = source.getValue(currentKey); |
| |||||
Comparable currentKey = (Comparable) iterator.next(); Number dataValue = source.getValue(currentKey); |
| |||
Comparable currentKey = (Comparable) iterator.next(); Number dataValue = [[#variable18f07640]].getValue(currentKey); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f07640]] | dataset |
1 | 2 | [[#18f07640]] | source |
1 | 3 | [[#18f07640]] | source |