CloneSet1548


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110297
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/JFreeChart.java
210256
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
297
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/JFreeChart.java

/** Paint used to draw the background of the chart. */
private transient Paint backgroundPaint;

/** An optional background image for the chart. */
private transient Image backgroundImage; // todo: not serialized yet

/** The alignment for the background image. */
private int backgroundImageAlignment = Align.FIT;

/** The alpha transparency for the background image. */
private float backgroundImageAlpha = 0.5F;


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

/** An optional color used to fill the plot background. */
private transient Paint backgroundPaint;

/** An optional image for the plot background. */
private transient Image backgroundImage; // not currently serialized

/** The alignment for the background image. */
private int backgroundImageAlignment = Align.FIT;

/** The alpha value used to draw the background image. */
private float backgroundImageAlpha = 0.5F;


Clone AbstractionParameter Count: 0Parameter Bindings

/** Paint used to draw the background of the chart. */
/** An optional color used to fill the plot background. */
private transient Paint backgroundPaint;

/** An optional background image for the chart. */
/** An optional image for the plot background. */
private transient Image backgroundImage; // todo: not serialized yet // not currently serialized

/** The alignment for the background image. */
private int backgroundImageAlignment = Align.FIT;

/** The alpha transparency for the background image. */
/** The alpha value used to draw the background image. */
private float backgroundImageAlpha = 0.5F;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None