Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 2 | 0.950 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 100 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java |
2 | 15 | 90 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialScale.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; |
| |||||
/** * 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; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a11f500]] | innerRadius |
1 | 2 | [[#1a11f500]] | tickRadius |
2 | 1 | [[#1a11f480]] | outerRadius |
2 | 2 | [[#1a11f480]] | majorTickIncrement |