Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 119 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYLineAnnotationTests.java |
2 | 2 | 121 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYLineAnnotationTests.java |
| |||||
a1 = new XYLineAnnotation(11.0, 21.0, 101.0, 200.0, stroke2, Color.blue); assertFalse(a1.equals(a2)); |
| |||||
a2 = new XYLineAnnotation(11.0, 21.0, 101.0, 200.0, stroke2, Color.blue); assertTrue(a1.equals(a2)); |
| |||
[[#variable1a0cb9e0]]= new XYLineAnnotation(11.0, 21.0, 101.0, 200.0, stroke2, Color.blue); [[#variable1a0ca5a0]](a1.equals(a2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0cb9e0]] | a1 |
1 | 2 | [[#1a0cb9e0]] | a2 |
2 | 1 | [[#1a0ca5a0]] | assertFalse |
2 | 2 | [[#1a0ca5a0]] | assertTrue |