CloneSet519


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19320.979class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
127266
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
22192
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/WaferMapPlot.java
319293
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
27
Source Line
266
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

/**
 * The default crosshair visibility.
 *
 * @since 1.0.5
 */
public static final boolean DEFAULT_CROSSHAIR_VISIBLE = false;

/**
 * The default crosshair stroke.
 *
 * @since 1.0.5
 */
public static final Stroke DEFAULT_CROSSHAIR_STROKE = DEFAULT_GRIDLINE_STROKE;

/**
 * The default crosshair paint.
 *
 * @since 1.0.5
 */
public static final Paint DEFAULT_CROSSHAIR_PAINT = Color.blue;

/** The resourceBundle for the localization. */
protected static ResourceBundle localizationResources = ResourceBundle.getBundle("org.jfree.chart.plot.LocalizationBundle");

/** The plot orientation. */
private PlotOrientation orientation;

/** The offset between the data area and the axes. */
private RectangleInsets axisOffset;


Next
Previous
Clone Instance
2
Line Count
21
Source Line
92
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/WaferMapPlot.java

/** The default crosshair visibility. */
public static final boolean DEFAULT_CROSSHAIR_VISIBLE = false;

/** The default crosshair stroke. */
public static final Stroke DEFAULT_CROSSHAIR_STROKE = DEFAULT_GRIDLINE_STROKE;

/** The default crosshair paint. */
public static final Paint DEFAULT_CROSSHAIR_PAINT = Color.blue;

/** The resourceBundle for the localization. */
protected static ResourceBundle localizationResources = ResourceBundle.getBundle("org.jfree.chart.plot.LocalizationBundle");

/** The plot orientation. 
 *  vertical = notch down
 *  horizontal = notch right
 */
private PlotOrientation orientation;

/** The dataset. */
private WaferMapDataset dataset;


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

/** The default crosshair visibility. */
public static final boolean DEFAULT_CROSSHAIR_VISIBLE = false;

/** The default crosshair stroke. */
public static final Stroke DEFAULT_CROSSHAIR_STROKE = DEFAULT_GRIDLINE_STROKE;

/** The default crosshair paint. */
public static final Paint DEFAULT_CROSSHAIR_PAINT = Color.blue;

/** The resourceBundle for the localization. */
protected static ResourceBundle localizationResources = ResourceBundle.getBundle("org.jfree.chart.plot.LocalizationBundle");

/** The plot orientation. */
private PlotOrientation orientation;

/** The offset between the data area and the axes. */
private RectangleInsets axisOffset;


Clone AbstractionParameter Count: 2Parameter Bindings

/** The default crosshair visibility. */
/**
     * The default crosshair visibility.
     *
     * @since 1.0.5
     */
public static final boolean DEFAULT_CROSSHAIR_VISIBLE = false;

/** The default crosshair stroke. */
/**
     * The default crosshair stroke.
     *
     * @since 1.0.5
     */
public static final Stroke DEFAULT_CROSSHAIR_STROKE = DEFAULT_GRIDLINE_STROKE;

/** The default crosshair paint. */
/**
     * The default crosshair paint.
     *
     * @since 1.0.5
     */
public static final Paint DEFAULT_CROSSHAIR_PAINT = Color.blue;

/** The resourceBundle for the localization. */
protected static ResourceBundle localizationResources = ResourceBundle.getBundle("org.jfree.chart.plot.LocalizationBundle");

/** The plot orientation. */
/** The plot orientation. 
     *  vertical = notch down
     *  horizontal = notch right
     */
private PlotOrientation orientation;

/** The offset between the data area and the axes. */
/** The dataset. */
private [[#variable18c1f160]]  [[#variable18c1f0e0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c1f160]]
RectangleInsets 
12[[#18c1f160]]
WaferMapDataset 
13[[#18c1f160]]
RectangleInsets 
21[[#18c1f0e0]]
axisOffset 
22[[#18c1f0e0]]
dataset 
23[[#18c1f0e0]]
axisOffset