CloneSet461


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

/** The height of the chart buffer. */
private int chartBufferHeight;

/** The width of the chart buffer. */
private int chartBufferWidth;

/**
 * The minimum width for drawing a chart (uses scaling for smaller widths).
 */
private int minimumDrawWidth;

/**
 * The minimum height for drawing a chart (uses scaling for smaller
 * heights).
 */
private int minimumDrawHeight;

/**
 * The maximum width for drawing a chart (uses scaling for bigger
 * widths).
 */
private int maximumDrawWidth;

/**
 * The maximum height for drawing a chart (uses scaling for bigger
 * heights).
 */
private int maximumDrawHeight;

/** The popup menu for the frame. */
private JPopupMenu popup;

/** The drawing info collected the last time the chart was drawn. */
private ChartRenderingInfo info;

/** The chart anchor point. */
private Point2D anchor;

/** The scale factor used to draw the chart. */
private double scaleX;

/** The scale factor used to draw the chart. */
private double scaleY;

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

/** A flag that controls whether or not domain zooming is enabled. */
private boolean domainZoomable = false;

/** A flag that controls whether or not range zooming is enabled. */
private boolean rangeZoomable = false;


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

/** The height of the chart buffer. */
private int chartBufferHeight;

/** The width of the chart buffer. */
private int chartBufferWidth;

/** 
 * The minimum width for drawing a chart (uses scaling for smaller widths). 
 */
private int minimumDrawWidth;

/** 
 * The minimum height for drawing a chart (uses scaling for smaller 
 * heights). 
 */
private int minimumDrawHeight;

/** 
 * The maximum width for drawing a chart (uses scaling for bigger 
 * widths). 
 */
private int maximumDrawWidth;

/** 
 * The maximum height for drawing a chart (uses scaling for bigger 
 * heights). 
 */
private int maximumDrawHeight;

/** The popup menu for the frame. */
private Menu popup;

/** The drawing info collected the last time the chart was drawn. */
private ChartRenderingInfo info;

/** The chart anchor point. */
private Point2D anchor;

/** The scale factor used to draw the chart. */
private double scaleX;

/** The scale factor used to draw the chart. */
private double scaleY;

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

/** A flag that controls whether or not domain zooming is enabled. */
private boolean domainZoomable = false;

/** A flag that controls whether or not range zooming is enabled. */
private boolean rangeZoomable = false;


Clone AbstractionParameter Count: 1Parameter Bindings

/** The height of the chart buffer. */
private int chartBufferHeight;

/** The width of the chart buffer. */
private int chartBufferWidth;

/**
     * The minimum width for drawing a chart (uses scaling for smaller widths).
     */
/** 
     * The minimum width for drawing a chart (uses scaling for smaller widths). 
     */
private int minimumDrawWidth;

/**
     * The minimum height for drawing a chart (uses scaling for smaller
     * heights).
     */
/** 
     * The minimum height for drawing a chart (uses scaling for smaller 
     * heights). 
     */
private int minimumDrawHeight;

/**
     * The maximum width for drawing a chart (uses scaling for bigger
     * widths).
     */
/** 
     * The maximum width for drawing a chart (uses scaling for bigger 
     * widths). 
     */
private int maximumDrawWidth;

/**
     * The maximum height for drawing a chart (uses scaling for bigger
     * heights).
     */
/** 
     * The maximum height for drawing a chart (uses scaling for bigger 
     * heights). 
     */
private int maximumDrawHeight;

/** The popup menu for the frame. */
private [[#variable1a9e01c0]] popup;

/** The drawing info collected the last time the chart was drawn. */
private ChartRenderingInfo info;

/** The chart anchor point. */
private Point2D anchor;

/** The scale factor used to draw the chart. */
private double scaleX;

/** The scale factor used to draw the chart. */
private double scaleY;

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

/** A flag that controls whether or not domain zooming is enabled. */
private boolean domainZoomable = false;

/** A flag that controls whether or not range zooming is enabled. */
private boolean rangeZoomable = false;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a9e01c0]]
JPopupMenu 
12[[#1a9e01c0]]
Menu