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 | 151 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ValueMarkerTests.java |
2 | 3 | 154 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ValueMarkerTests.java |
| |||||
m1.setLabelPaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.yellow)); assertFalse(m1.equals(m2)); |
| |||||
m2.setLabelPaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.yellow)); assertTrue(m1.equals(m2)); |
| |||
[[#variable1a0417e0]].setLabelPaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.yellow)); [[#variable1a0417c0]](m1.equals(m2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0417e0]] | m1 |
1 | 2 | [[#1a0417e0]] | m2 |
2 | 1 | [[#1a0417c0]] | assertFalse |
2 | 2 | [[#1a0417c0]] | assertTrue |