CloneSet2322


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17356
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
27297
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
356
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java

/** The minimum distance required to drag the mouse to trigger a zoom. */
private int zoomTriggerDistance;

/** A flag that controls whether or not horizontal tracing is enabled. */
private boolean horizontalAxisTrace = false;

/** A flag that controls whether or not vertical tracing is enabled. */
private boolean verticalAxisTrace = false;


First
Previous
Clone Instance
2
Line Count
7
Source Line
297
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java

/** Controls if the zoom rectangle is drawn as an outline or filled. */
//TODO private boolean fillZoomRectangle = true;
/** The minimum distance required to drag the mouse to trigger a zoom. */
private int zoomTriggerDistance;

/** A flag that controls whether or not horizontal tracing is enabled. */
private boolean horizontalAxisTrace = false;

/** A flag that controls whether or not vertical tracing is enabled. */
private boolean verticalAxisTrace = false;


Clone AbstractionParameter Count: 0Parameter Bindings

/** Controls if the zoom rectangle is drawn as an outline or filled. */
//TODO private boolean fillZoomRectangle = true;
/** The minimum distance required to drag the mouse to trigger a zoom. */
private int zoomTriggerDistance;

/** A flag that controls whether or not horizontal tracing is enabled. */
private boolean horizontalAxisTrace = false;

/** A flag that controls whether or not vertical tracing is enabled. */
private boolean verticalAxisTrace = false;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None