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 | 111 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ValueMarkerTests.java |
2 | 3 | 114 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ValueMarkerTests.java |
| |||||
m1.setPaint(new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.red)); assertFalse(m1.equals(m2)); |
| |||||
m2.setPaint(new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.red)); assertTrue(m1.equals(m2)); |
| |||
[[#variable1a046860]].setPaint(new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.red)); [[#variable1a046840]](m1.equals(m2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a046860]] | m1 |
1 | 2 | [[#1a046860]] | m2 |
2 | 1 | [[#1a046840]] | assertFalse |
2 | 2 | [[#1a046840]] | assertTrue |