CloneSet2309


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12210.969class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11284
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/ScatterRenderer.java
210207
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StandardXYItemRenderer.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
84
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/ScatterRenderer.java

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


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

/**
 * 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 or not each series is drawn as a single
 * path.
 */
private boolean drawSeriesLineAsPath;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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.
     */
/** The default value returned by the getShapeFilled() method. */
private boolean baseShapesFilled;

/**
     * A flag that controls whether the fill paint is used for filling
     * shapes.
     */
/**
     * A flag that controls whether or not each series is drawn as a single
     * path.
     */
private boolean  [[#variable1a173320]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a173320]]
useFillPaint 
12[[#1a173320]]
drawSeriesLineAsPath