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 | 135 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/StandardDialScaleTests.java |
2 | 3 | 138 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/StandardDialScaleTests.java |
| |||||
// majorTickPaint s1.setMajorTickPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow)); assertFalse(s1.equals(s2)); |
| |||||
s2.setMajorTickPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow)); assertTrue(s1.equals(s2)); |
| |||
[[#variable1a041d80]].setMajorTickPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow)); [[#variable1a0420e0]](s1.equals(s2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a041d80]] | // majorTickPaint s1 |
1 | 2 | [[#1a041d80]] | s2 |
2 | 1 | [[#1a0420e0]] | assertFalse |
2 | 2 | [[#1a0420e0]] | assertTrue |