CloneSet692


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
34201.000class_body_declarations[10]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
134147
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ContourPlot.java
234405
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
34
Source Line
147
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ContourPlot.java

/** A flag that controls whether or not a domain crosshair is drawn..*/
private boolean domainCrosshairVisible;

/** The domain crosshair value. */
private double domainCrosshairValue;

/** The pen/brush used to draw the crosshair (if any). */
private transient Stroke domainCrosshairStroke;

/** The color used to draw the crosshair (if any). */
private transient Paint domainCrosshairPaint;

/** 
 * A flag that controls whether or not the crosshair locks onto actual data
 * points. 
 */
private boolean domainCrosshairLockedOnData = true;

/** A flag that controls whether or not a range crosshair is drawn..*/
private boolean rangeCrosshairVisible;

/** The range crosshair value. */
private double rangeCrosshairValue;

/** The pen/brush used to draw the crosshair (if any). */
private transient Stroke rangeCrosshairStroke;

/** The color used to draw the crosshair (if any). */
private transient Paint rangeCrosshairPaint;

/** 
 * A flag that controls whether or not the crosshair locks onto actual data
 * points. 
 */
private boolean rangeCrosshairLockedOnData = true;


First
Previous
Clone Instance
2
Line Count
34
Source Line
405
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java

/** A flag that controls whether or not a domain crosshair is drawn..*/
private boolean domainCrosshairVisible;

/** The domain crosshair value. */
private double domainCrosshairValue;

/** The pen/brush used to draw the crosshair (if any). */
private transient Stroke domainCrosshairStroke;

/** The color used to draw the crosshair (if any). */
private transient Paint domainCrosshairPaint;

/**
 * A flag that controls whether or not the crosshair locks onto actual
 * data points.
 */
private boolean domainCrosshairLockedOnData = true;

/** A flag that controls whether or not a range crosshair is drawn..*/
private boolean rangeCrosshairVisible;

/** The range crosshair value. */
private double rangeCrosshairValue;

/** The pen/brush used to draw the crosshair (if any). */
private transient Stroke rangeCrosshairStroke;

/** The color used to draw the crosshair (if any). */
private transient Paint rangeCrosshairPaint;

/**
 * A flag that controls whether or not the crosshair locks onto actual
 * data points.
 */
private boolean rangeCrosshairLockedOnData = true;


Clone AbstractionParameter Count: 0Parameter Bindings

/** A flag that controls whether or not a domain crosshair is drawn..*/
private boolean domainCrosshairVisible;

/** The domain crosshair value. */
private double domainCrosshairValue;

/** The pen/brush used to draw the crosshair (if any). */
private transient Stroke domainCrosshairStroke;

/** The color used to draw the crosshair (if any). */
private transient Paint domainCrosshairPaint;

/**
     * A flag that controls whether or not the crosshair locks onto actual
     * data points.
     */
/** 
     * A flag that controls whether or not the crosshair locks onto actual data
     * points. 
     */
private boolean domainCrosshairLockedOnData = true;

/** A flag that controls whether or not a range crosshair is drawn..*/
private boolean rangeCrosshairVisible;

/** The range crosshair value. */
private double rangeCrosshairValue;

/** The pen/brush used to draw the crosshair (if any). */
private transient Stroke rangeCrosshairStroke;

/** The color used to draw the crosshair (if any). */
private transient Paint rangeCrosshairPaint;

/**
     * A flag that controls whether or not the crosshair locks onto actual
     * data points.
     */
/** 
     * A flag that controls whether or not the crosshair locks onto actual data
     * points. 
     */
private boolean rangeCrosshairLockedOnData = true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None