CloneSet2063


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12220.950class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112100
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java
21590
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialScale.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
100
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java

/**
 * The start angle.
 */
private double startAngle;

/**
 * The end angle.
 */
private double extent;

/** The inner radius, relative to the framing rectangle. */
private double innerRadius;

/** The outer radius, relative to the framing rectangle. */
private double outerRadius;


First
Previous
Clone Instance
2
Line Count
15
Source Line
90
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialScale.java

/** 
 * The start angle for the scale display, in degrees (using the same
 * encoding as Arc2D). 
 */
private double startAngle;

/** The extent of the scale display. */
private double extent;

/** 
 * The factor (in the range 0.0 to 1.0) that determines the outside limit
 * of the tick marks.
 */
private double tickRadius;

/**
 * The increment (in data units) between major tick marks. 
 */
private double majorTickIncrement;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * The start angle.
     */
/** 
     * The start angle for the scale display, in degrees (using the same
     * encoding as Arc2D). 
     */
private double startAngle;

/**
     * The end angle.
     */
/** The extent of the scale display. */
private double extent;

/** The inner radius, relative to the framing rectangle. */
/** 
     * The factor (in the range 0.0 to 1.0) that determines the outside limit
     * of the tick marks.
     */
private double  [[#variable1a11f500]];

/** The outer radius, relative to the framing rectangle. */
/**
     * The increment (in data units) between major tick marks. 
     */
private double  [[#variable1a11f480]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a11f500]]
innerRadius 
12[[#1a11f500]]
tickRadius 
21[[#1a11f480]]
outerRadius 
22[[#1a11f480]]
majorTickIncrement