CloneSet2227


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113130
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineAndShapeRenderer.java
210115
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
130
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 lines are visible for ALL series.
 *
 * @deprecated As of 1.0.7 (this override flag is unnecessary).
 */
private Boolean linesVisible;

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

/**
 * A flag indicating whether or not lines are drawn between non-null
 * points.
 */
private boolean baseLinesVisible;


First
Previous
Clone Instance
2
Line Count
10
Source Line
115
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 lines are visible for ALL series.
 *
 * @deprecated As of 1.0.7.
 */
private Boolean linesVisible;

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

/** The default value returned by the getLinesVisible() method. */
private boolean baseLinesVisible;


Clone AbstractionParameter Count: 0Parameter Bindings

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

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

/** The default value returned by the getLinesVisible() method. */
/**
     * A flag indicating whether or not lines are drawn between non-null
     * points.
     */
private boolean baseLinesVisible;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None