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 | 113 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYLineAnnotationTests.java |
2 | 2 | 115 | 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, 201.0, stroke, Color.blue); assertFalse(a1.equals(a2)); |
| |||||
a2 = new XYLineAnnotation(11.0, 21.0, 101.0, 201.0, stroke, Color.blue); assertTrue(a1.equals(a2)); |
| |||
[[#variable1a0e3140]]= new XYLineAnnotation(11.0, 21.0, 101.0, 201.0, stroke, Color.blue); [[#variable1a0e3680]](a1.equals(a2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0e3140]] | a1 |
1 | 2 | [[#1a0e3140]] | a2 |
2 | 1 | [[#1a0e3680]] | assertFalse |
2 | 2 | [[#1a0e3680]] | assertTrue |