Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.976 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 100 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYLineAnnotationTests.java |
2 | 5 | 105 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYLineAnnotationTests.java |
| |||||
a2 = new XYLineAnnotation(11.0, 20.0, 100.0, 200.0, stroke, Color.blue); assertTrue(a1.equals(a2)); a1 = new XYLineAnnotation(11.0, 21.0, 100.0, 200.0, stroke, Color.blue); assertFalse(a1.equals(a2)); |
| |||||
a2 = new XYLineAnnotation(11.0, 21.0, 100.0, 200.0, stroke, Color.blue); assertTrue(a1.equals(a2)); a1 = new XYLineAnnotation(11.0, 21.0, 101.0, 200.0, stroke, Color.blue); assertFalse(a1.equals(a2)); |
| |||
a2 = new XYLineAnnotation(11.0, [[#variable18e1f9e0]], 100.0, 200.0, stroke, Color.blue); assertTrue(a1.equals(a2)); a1 = new XYLineAnnotation(11.0, 21.0, [[#variable18e1fe60]], 200.0, stroke, Color.blue); assertFalse(a1.equals(a2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e1f9e0]] | 20.0 |
1 | 2 | [[#18e1f9e0]] | 21.0 |
2 | 1 | [[#18e1fe60]] | 100.0 |
2 | 2 | [[#18e1fe60]] | 101.0 |