CloneSet1572


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13220.962class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11369
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYDrawableAnnotation.java
21369
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/DrawableLegendItem.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
69
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYDrawableAnnotation.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;


First
Previous
Clone Instance
2
Line Count
13
Source Line
69
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/DrawableLegendItem.java

/** 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;


Clone AbstractionParameter Count: 2Parameter Bindings

/** 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fe6e20]]
Drawable 
12[[#18fe6e20]]
Shape 
21[[#18fe6e00]]
drawable 
22[[#18fe6e00]]
marker