Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 130 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineAndShapeRenderer.java |
2 | 10 | 115 | 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 (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; |
| |||||
/** * 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; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |