CloneSet571


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16301.000class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116152
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BarRenderer3D.java
21696
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineRenderer3D.java
31669
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYLine3DRenderer.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
152
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BarRenderer3D.java

/** The default x-offset for the 3D effect. */
public static final double DEFAULT_X_OFFSET = 12.0;

/** The default y-offset for the 3D effect. */
public static final double DEFAULT_Y_OFFSET = 8.0;

/** The default wall paint. */
public static final Paint DEFAULT_WALL_PAINT = new Color(0xdd, 0xdd, 0xdd);

/** The size of x-offset for the 3D effect. */
private double xOffset;

/** The size of y-offset for the 3D effect. */
private double yOffset;

/** The paint used to shade the left and lower 3D wall. */
private transient Paint wallPaint;


Next
Previous
Clone Instance
2
Line Count
16
Source Line
96
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineRenderer3D.java

/** The default x-offset for the 3D effect. */
public static final double DEFAULT_X_OFFSET = 12.0;

/** The default y-offset for the 3D effect. */
public static final double DEFAULT_Y_OFFSET = 8.0;

/** The default wall paint. */
public static final Paint DEFAULT_WALL_PAINT = new Color(0xdd, 0xdd, 0xdd);

/** The size of x-offset for the 3D effect. */
private double xOffset;

/** The size of y-offset for the 3D effect. */
private double yOffset;

/** The paint used to shade the left and lower 3D wall. */
private transient Paint wallPaint;


First
Previous
Clone Instance
3
Line Count
16
Source Line
69
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYLine3DRenderer.java

/** The default x-offset for the 3D effect. */
public static final double DEFAULT_X_OFFSET = 12.0;

/** The default y-offset for the 3D effect. */
public static final double DEFAULT_Y_OFFSET = 8.0;

/** The default wall paint. */
public static final Paint DEFAULT_WALL_PAINT = new Color(0xdd, 0xdd, 0xdd);

/** The size of x-offset for the 3D effect. */
private double xOffset;

/** The size of y-offset for the 3D effect. */
private double yOffset;

/** The paint used to shade the left and lower 3D wall. */
private transient Paint wallPaint;


Clone AbstractionParameter Count: 0Parameter Bindings

/** The default x-offset for the 3D effect. */
public static final double DEFAULT_X_OFFSET = 12.0;

/** The default y-offset for the 3D effect. */
public static final double DEFAULT_Y_OFFSET = 8.0;

/** The default wall paint. */
public static final Paint DEFAULT_WALL_PAINT = new Color(0xdd, 0xdd, 0xdd);

/** The size of x-offset for the 3D effect. */
private double xOffset;

/** The size of y-offset for the 3D effect. */
private double yOffset;

/** The paint used to shade the left and lower 3D wall. */
private transient Paint wallPaint;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None