CloneSet1782


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10220.957class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110207
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Axis.java
210201
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterPlot.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
207
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Axis.java

/**
 * A flag that indicates whether or not tick labels are visible for the
 * axis.
 */
private boolean tickLabelsVisible;

/** The font used to display the tick labels. */
private Font tickLabelFont;

/** The color used to display the tick labels. */
private transient Paint tickLabelPaint;

/** The blank space around each tick label. */
private RectangleInsets tickLabelInsets;


First
Previous
Clone Instance
2
Line Count
10
Source Line
201
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterPlot.java

/** A flag that controls whether or not the tick labels are visible. */
private boolean tickLabelsVisible;

/** The tick label font. */
private Font tickLabelFont;

/** The tick label paint. */
private transient Paint tickLabelPaint;

/** The tick label format. */
private NumberFormat tickLabelFormat;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * A flag that indicates whether or not tick labels are visible for the
     * axis.
     */
/** A flag that controls whether or not the tick labels are visible. */
private boolean tickLabelsVisible;

/** The font used to display the tick labels. */
/** The tick label font. */
private Font tickLabelFont;

/** The color used to display the tick labels. */
/** The tick label paint. */
private transient Paint tickLabelPaint;

/** The blank space around each tick label. */
/** The tick label format. */
private [[#variable1a062680]]  [[#variable1a062600]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a062680]]
RectangleInsets 
12[[#1a062680]]
NumberFormat 
21[[#1a062600]]
tickLabelInsets 
22[[#1a062600]]
tickLabelFormat