Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 2 | 0.962 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 69 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYDrawableAnnotation.java |
2 | 13 | 69 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/DrawableLegendItem.java |
| |||||
/** The x-coordinate. */ private double x; /** The y-coordinate. */ private double y; /** The width. */ private double width; /** The height. */ private double height; /** The drawable object. */ private Drawable drawable; |
| |||||
/** The x-coordinate for the item's location. */ private double x; /** The y-coordinate for the item's location. */ private double y; /** The width of the item. */ private double width; /** The height of the item. */ private double height; /** A shape used to indicate color on the legend. */ private Shape marker; |
| |||
/** The x-coordinate for the item's location. */ /** The x-coordinate. */ private double x; /** The y-coordinate for the item's location. */ /** The y-coordinate. */ private double y; /** The width of the item. */ /** The width. */ private double width; /** The height of the item. */ /** The height. */ private double height; /** A shape used to indicate color on the legend. */ /** The drawable object. */ private [[#variable18fe6e20]] [[#variable18fe6e00]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fe6e20]] | Drawable |
1 | 2 | [[#18fe6e20]] | Shape |
2 | 1 | [[#18fe6e00]] | drawable |
2 | 2 | [[#18fe6e00]] | marker |