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.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 104 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYBoxAnnotationTests.java |
2 | 3 | 107 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYBoxAnnotationTests.java |
| |||||
// x0 a1 = new XYBoxAnnotation(2.0, 2.0, 3.0, 4.0, new BasicStroke(1.2F), Color.red, Color.blue); assertFalse(a1.equals(a2)); |
| |||||
a2 = new XYBoxAnnotation(2.0, 2.0, 3.0, 4.0, new BasicStroke(1.2F), Color.red, Color.blue); assertTrue(a1.equals(a2)); |
| |||
[[#variable18fdccc0]]= new XYBoxAnnotation(2.0, 2.0, 3.0, 4.0, new BasicStroke(1.2F), Color.red, Color.blue); [[#variable18fdcd80]](a1.equals(a2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fdccc0]] | // x0 a1 |
1 | 2 | [[#18fdccc0]] | a2 |
2 | 1 | [[#18fdcd80]] | assertFalse |
2 | 2 | [[#18fdcd80]] | assertTrue |