CloneSet874


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13301.000class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116350
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
213136
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/FastScatterPlot.java
313356
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
350
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

/** The stroke used to draw the domain grid-lines. */
private transient Stroke domainGridlineStroke;

/** The paint used to draw the domain  grid-lines. */
private transient Paint domainGridlinePaint;

/**
 * A flag that controls whether the grid-lines for the range axis are
 * visible.
 */
private boolean rangeGridlinesVisible;

/** The stroke used to draw the range axis grid-lines. */
private transient Stroke rangeGridlineStroke;

/** The paint used to draw the range axis grid-lines. */
private transient Paint rangeGridlinePaint;


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

/** The stroke used to draw the domain grid-lines. */
private transient Stroke domainGridlineStroke;

/** The paint used to draw the domain grid-lines. */
private transient Paint domainGridlinePaint;

/** A flag that controls whether the range grid-lines are visible. */
private boolean rangeGridlinesVisible;

/** The stroke used to draw the range grid-lines. */
private transient Stroke rangeGridlineStroke;

/** The paint used to draw the range grid-lines. */
private transient Paint rangeGridlinePaint;


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

/** The stroke used to draw the domain grid-lines. */
private transient Stroke domainGridlineStroke;

/** The paint used to draw the domain grid-lines. */
private transient Paint domainGridlinePaint;

/** A flag that controls whether the range grid-lines are visible. */
private boolean rangeGridlinesVisible;

/** The stroke used to draw the range grid-lines. */
private transient Stroke rangeGridlineStroke;

/** The paint used to draw the range grid-lines. */
private transient Paint rangeGridlinePaint;


Clone AbstractionParameter Count: 0Parameter Bindings

/** The stroke used to draw the domain grid-lines. */
private transient Stroke domainGridlineStroke;

/** The paint used to draw the domain grid-lines. */
/** The paint used to draw the domain  grid-lines. */
private transient Paint domainGridlinePaint;

/** A flag that controls whether the range grid-lines are visible. */
/**
     * A flag that controls whether the grid-lines for the range axis are
     * visible.
     */
private boolean rangeGridlinesVisible;

/** The stroke used to draw the range grid-lines. */
/** The stroke used to draw the range axis grid-lines. */
private transient Stroke rangeGridlineStroke;

/** The paint used to draw the range grid-lines. */
/** The paint used to draw the range axis grid-lines. */
private transient Paint rangeGridlinePaint;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None