Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.971 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 97 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialCapTests.java |
2 | 2 | 100 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialCapTests.java |
| |||||
// fill paint c1.setFillPaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.green)); |
| |||||
c2.setFillPaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.green)); |
| |||
[[#variable1a14f8a0]].setFillPaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.green)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a14f8a0]] | // fill paint c1 |
1 | 2 | [[#1a14f8a0]] | c2 |