CloneSet783


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19220.950class_body_declarations[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11985
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/TextAnnotation.java
21998
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYTextAnnotation.java
Next
Last
Clone Instance
1
Line Count
19
Source Line
85
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/TextAnnotation.java

/** The default text anchor. */
public static final TextAnchor DEFAULT_TEXT_ANCHOR = TextAnchor.CENTER;

/** The default rotation anchor. */
public static final TextAnchor DEFAULT_ROTATION_ANCHOR = TextAnchor.CENTER;

/** The default rotation angle. */
public static final double DEFAULT_ROTATION_ANGLE = 0.0;

/** The text. */
private String text;

/** The font. */
private Font font;

/** The paint. */
private transient Paint paint;

/** The text anchor. */
private TextAnchor textAnchor;


First
Previous
Clone Instance
2
Line Count
19
Source Line
98
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYTextAnnotation.java

/** The default text anchor. */
public static final TextAnchor DEFAULT_TEXT_ANCHOR = TextAnchor.CENTER;

/** The default rotation anchor. */
public static final TextAnchor DEFAULT_ROTATION_ANCHOR = TextAnchor.CENTER;

/** The default rotation angle. */
public static final double DEFAULT_ROTATION_ANGLE = 0.0;

/** The text. */
private String text;

/** The font. */
private Font font;

/** The paint. */
private transient Paint paint;

/** The x-coordinate. */
private double x;


Clone AbstractionParameter Count: 2Parameter Bindings

/** The default text anchor. */
public static final TextAnchor DEFAULT_TEXT_ANCHOR = TextAnchor.CENTER;

/** The default rotation anchor. */
public static final TextAnchor DEFAULT_ROTATION_ANCHOR = TextAnchor.CENTER;

/** The default rotation angle. */
public static final double DEFAULT_ROTATION_ANGLE = 0.0;

/** The text. */
private String text;

/** The font. */
private Font font;

/** The paint. */
private transient Paint paint;

/** The x-coordinate. */
/** The text anchor. */
private [[#variable18d5da60]]  [[#variable18d5d960]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d5da60]]
TextAnchor 
12[[#18d5da60]]
double 
21[[#18d5d960]]
textAnchor 
22[[#18d5d960]]
x