Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 105 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/statistics/junit/SimpleHistogramBinTests.java |
2 | 2 | 127 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/statistics/junit/SimpleHistogramBinTests.java |
| |||||
SimpleHistogramBin b1 = new SimpleHistogramBin(1.0, 2.0); SimpleHistogramBin b2 = new SimpleHistogramBin(2.0, 3.0); |
| |||||
SimpleHistogramBin b1 = new SimpleHistogramBin(1.0, 2.0); SimpleHistogramBin b2 = new SimpleHistogramBin(1.0, 2.0); |
| |||
SimpleHistogramBin b1 = new SimpleHistogramBin(1.0, 2.0); SimpleHistogramBin b2 = new SimpleHistogramBin( [[#variable1a09e060]], [[#variable1a09e040]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a09e060]] | 2.0 |
1 | 2 | [[#1a09e060]] | 1.0 |
2 | 1 | [[#1a09e040]] | 3.0 |
2 | 2 | [[#1a09e040]] | 2.0 |