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.953 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 116 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPolygonAnnotationTests.java |
2 | 2 | 119 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPolygonAnnotationTests.java |
| |||||
a1 = new XYPolygonAnnotation(new double[] { 99.0, 2.0, 3.0, 4.0, 5.0, 6.0 }, stroke2, gp1, Color.blue); |
| |||||
a2 = new XYPolygonAnnotation(new double[] { 99.0, 2.0, 3.0, 4.0, 5.0, 6.0 }, stroke2, gp2, Color.blue); |
| |||
[[#variable1a0b4e60]]= new XYPolygonAnnotation(new double[] { 99.0, 2.0, 3.0, 4.0, 5.0, 6.0 }, stroke2, [[#variable1a0b4da0]], Color.blue); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0b4e60]] | a1 |
1 | 2 | [[#1a0b4e60]] | a2 |
2 | 1 | [[#1a0b4da0]] | gp1 |
2 | 2 | [[#1a0b4da0]] | gp2 |