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.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 509 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StackedBarRenderer3D.java |
2 | 2 | 706 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StackedBarRenderer3D.java |
| |||||
Shape[] result = new Shape[6]; Point2D p00 = new Point2D.Double(y0, x0); |
| |||||
Shape[] result = new Shape[6]; Point2D p00 = new Point2D.Double(x0, y0); |
| |||
Shape[] result = new Shape[6]; Point2D p00 = new Point2D.Double( [[#variable1a061d80]], [[#variable1a061dc0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a061d80]] | y0 |
1 | 2 | [[#1a061d80]] | x0 |
2 | 1 | [[#1a061dc0]] | x0 |
2 | 2 | [[#1a061dc0]] | y0 |