CloneSet726


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
47230.972class_body_declarations[10]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
149149
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineAndShapeRenderer.java
247134
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java
Next
Last
Clone Instance
1
Line Count
49
Source Line
149
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineAndShapeRenderer.java

/**
 * A flag that controls whether or not shapes are visible for ALL series.
 *
 * @deprecated As of 1.0.7 (this override flag is unnecessary).
 */
private Boolean shapesVisible;

/**
 * A table of flags that control (per series) whether or not shapes are
 * visible.
 */
private BooleanList seriesShapesVisible;

/** The default value returned by the getShapeVisible() method. */
private boolean baseShapesVisible;

/**
 * A flag that controls whether or not shapes are filled for ALL series.
 *
 * @deprecated As of 1.0.7 (this override flag is unnecessary).
 */
private Boolean shapesFilled;

/**
 * A table of flags that control (per series) whether or not shapes are
 * filled.
 */
private BooleanList seriesShapesFilled;

/** The default value returned by the getShapeFilled() method. */
private boolean baseShapesFilled;

/**
 * A flag that controls whether the fill paint is used for filling
 * shapes.
 */
private boolean useFillPaint;

/** A flag that controls whether outlines are drawn for shapes. */
private boolean drawOutlines;

/**
 * A flag that controls whether the outline paint is used for drawing shape
 * outlines - if not, the regular series paint is used.
 */
private boolean useOutlinePaint;

/**
 * A flag that controls whether or not the x-position for each item is
 * offset within the category according to the series.
 *
 * @since 1.0.7
 */
private boolean useSeriesOffset;


First
Previous
Clone Instance
2
Line Count
47
Source Line
134
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java

/**
 * A flag that controls whether or not shapes are visible for ALL series.
 *
 * @deprecated As of 1.0.7.
 */
private Boolean shapesVisible;

/**
 * A table of flags that control (per series) whether or not shapes are
 * visible.
 */
private BooleanList seriesShapesVisible;

/** The default value returned by the getShapeVisible() method. */
private boolean baseShapesVisible;

/**
 * A flag that controls whether or not shapes are filled for ALL series.
 *
 * @deprecated As of 1.0.7.
 */
private Boolean shapesFilled;

/**
 * A table of flags that control (per series) whether or not shapes are
 * filled.
 */
private BooleanList seriesShapesFilled;

/** The default value returned by the getShapeFilled() method. */
private boolean baseShapesFilled;

/** A flag that controls whether outlines are drawn for shapes. */
private boolean drawOutlines;

/**
 * A flag that controls whether the fill paint is used for filling
 * shapes.
 */
private boolean useFillPaint;

/**
 * A flag that controls whether the outline paint is used for drawing shape
 * outlines.
 */
private boolean useOutlinePaint;

/**
 * A flag that controls whether or not each series is drawn as a single
 * path.
 */
private boolean drawSeriesLineAsPath;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
     * A flag that controls whether or not shapes are visible for ALL series.
     *
     * @deprecated As of 1.0.7.
     */
/**
     * A flag that controls whether or not shapes are visible for ALL series.
     *
     * @deprecated As of 1.0.7 (this override flag is unnecessary).
     */
private Boolean shapesVisible;

/**
     * A table of flags that control (per series) whether or not shapes are
     * visible.
     */
private BooleanList seriesShapesVisible;

/** The default value returned by the getShapeVisible() method. */
private boolean baseShapesVisible;

/**
     * A flag that controls whether or not shapes are filled for ALL series.
     *
     * @deprecated As of 1.0.7.
     */
/**
     * A flag that controls whether or not shapes are filled for ALL series.
     *
     * @deprecated As of 1.0.7 (this override flag is unnecessary).
     */
private Boolean shapesFilled;

/**
     * A table of flags that control (per series) whether or not shapes are
     * filled.
     */
private BooleanList seriesShapesFilled;

/** The default value returned by the getShapeFilled() method. */
private boolean baseShapesFilled;

/** A flag that controls whether outlines are drawn for shapes. */
/**
     * A flag that controls whether the fill paint is used for filling
     * shapes.
     */
private boolean  [[#variable18d2b020]];

/**
     * A flag that controls whether the fill paint is used for filling
     * shapes.
     */
/** A flag that controls whether outlines are drawn for shapes. */
private boolean  [[#variable18d2b260]];

/**
     * A flag that controls whether the outline paint is used for drawing shape
     * outlines.
     */
/**
     * A flag that controls whether the outline paint is used for drawing shape
     * outlines - if not, the regular series paint is used.
     */
private boolean useOutlinePaint;

/**
     * A flag that controls whether or not each series is drawn as a single
     * path.
     */
/**
     * A flag that controls whether or not the x-position for each item is
     * offset within the category according to the series.
     *
     * @since 1.0.7
     */
private boolean  [[#variable18d2ae60]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d2b020]]
useFillPaint 
12[[#18d2b020]]
drawOutlines 
21[[#18d2b260]]
drawOutlines 
22[[#18d2b260]]
useFillPaint 
31[[#18d2ae60]]
useSeriesOffset 
32[[#18d2ae60]]
drawSeriesLineAsPath