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 | 124 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ValueMarkerTests.java |
2 | 3 | 127 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ValueMarkerTests.java |
| |||||
m1.setOutlinePaint(new GradientPaint(4.0F, 3.0F, Color.yellow, 2.0F, 1.0F, Color.white)); assertFalse(m1.equals(m2)); |
| |||||
m2.setOutlinePaint(new GradientPaint(4.0F, 3.0F, Color.yellow, 2.0F, 1.0F, Color.white)); assertTrue(m1.equals(m2)); |
| |||
[[#variable1a04ace0]].setOutlinePaint(new GradientPaint(4.0F, 3.0F, Color.yellow, 2.0F, 1.0F, Color.white)); [[#variable1a04a9a0]](m1.equals(m2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a04ace0]] | m1 |
1 | 2 | [[#1a04ace0]] | m2 |
2 | 1 | [[#1a04a9a0]] | assertFalse |
2 | 2 | [[#1a04a9a0]] | assertTrue |