CloneSet651


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
36201.000class_body_declarations[10]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
132139
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/LegendItem.java
236111
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendGraphic.java
Next
Last
Clone Instance
1
Line Count
32
Source Line
139
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/LegendItem.java

/** A flag that controls whether or not the shape is filled. */
private boolean shapeFilled;

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

/**
 * A gradient paint transformer.
 *
 * @since 1.0.4
 */
private GradientPaintTransformer fillPaintTransformer;

/** A flag that controls whether or not the shape outline is visible. */
private boolean shapeOutlineVisible;

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

/** The outline stroke. */
private transient Stroke outlineStroke;

/** A flag that controls whether or not the line is visible. */
private boolean lineVisible;

/** The line. */
private transient Shape line;

/** The stroke. */
private transient Stroke lineStroke;

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


First
Previous
Clone Instance
2
Line Count
36
Source Line
111
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendGraphic.java

/** A flag that controls whether or not the shape is filled. */
private boolean shapeFilled;

/** The fill paint for the shape. */
private transient Paint fillPaint;

/**
 * The fill paint transformer (used if the fillPaint is an instance of
 * GradientPaint).
 * 
 * @since 1.0.4
 */
private GradientPaintTransformer fillPaintTransformer;

/** A flag that controls whether or not the shape outline is visible. */
private boolean shapeOutlineVisible;

/** The outline paint for the shape. */
private transient Paint outlinePaint;

/** The outline stroke for the shape. */
private transient Stroke outlineStroke;

/** 
 * A flag that controls whether or not the line is visible - see also 
 * shapeVisible. 
 */
private boolean lineVisible;

/** The line. */
private transient Shape line;

/** The line stroke. */
private transient Stroke lineStroke;

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


Clone AbstractionParameter Count: 0Parameter Bindings

/** A flag that controls whether or not the shape is filled. */
private boolean shapeFilled;

/** The fill paint for the shape. */
/** The paint. */
private transient Paint fillPaint;

/**
     * The fill paint transformer (used if the fillPaint is an instance of
     * GradientPaint).
     * 
     * @since 1.0.4
     */
/**
     * A gradient paint transformer.
     *
     * @since 1.0.4
     */
private GradientPaintTransformer fillPaintTransformer;

/** A flag that controls whether or not the shape outline is visible. */
private boolean shapeOutlineVisible;

/** The outline paint for the shape. */
/** The outline paint. */
private transient Paint outlinePaint;

/** The outline stroke for the shape. */
/** The outline stroke. */
private transient Stroke outlineStroke;

/** 
     * A flag that controls whether or not the line is visible - see also 
     * shapeVisible. 
     */
/** A flag that controls whether or not the line is visible. */
private boolean lineVisible;

/** The line. */
private transient Shape line;

/** The line stroke. */
/** The stroke. */
private transient Stroke lineStroke;

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None