Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 98 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/StandardDialFrameTests.java |
2 | 3 | 101 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/StandardDialFrameTests.java |
| |||||
// backgroundPaint f1.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.white, 3.0F, 4.0F, Color.yellow)); assertFalse(f1.equals(f2)); |
| |||||
f2.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.white, 3.0F, 4.0F, Color.yellow)); assertTrue(f1.equals(f2)); |
| |||
[[#variable1a03ce20]].setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.white, 3.0F, 4.0F, Color.yellow)); [[#variable1a03ca80]](f1.equals(f2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a03ce20]] | // backgroundPaint f1 |
1 | 2 | [[#1a03ce20]] | f2 |
2 | 1 | [[#1a03ca80]] | assertFalse |
2 | 2 | [[#1a03ca80]] | assertTrue |