CloneSet2385


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13668
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PiePlot.java
23477
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/SpiderWebPlot.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
668
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PiePlot.java

/**
 * Sets the starting angle and sends a {@link PlotChangeEvent} to all 
 * registered listeners.  The initial default value is 90 degrees, which 
 * corresponds to 12 o'clock.  A value of zero corresponds to 3 o'clock...
 * this is the encoding used by Java's Arc2D class.
 *
 * @param angle  the angle (in degrees).
 * 
 * @see #getStartAngle()
 */
public void setStartAngle(double angle) {
  this.startAngle = angle;
  fireChangeEvent();
}


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

/**
 * Sets the starting angle and sends a {@link PlotChangeEvent} to all
 * registered listeners.
 * <P>
 * The initial default value is 90 degrees, which corresponds to 12 o'clock.
 * A value of zero corresponds to 3 o'clock... this is the encoding used by
 * Java's Arc2D class.
 *
 * @param angle  the angle (in degrees).
 *
 * @see #getStartAngle()
 */
public void setStartAngle(double angle) {
  this.startAngle = angle;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the starting angle and sends a {@link PlotChangeEvent} to all 
     * registered listeners.  The initial default value is 90 degrees, which 
     * corresponds to 12 o'clock.  A value of zero corresponds to 3 o'clock...
     * this is the encoding used by Java's Arc2D class.
     *
     * @param angle  the angle (in degrees).
     * 
     * @see #getStartAngle()
     */
/**
     * Sets the starting angle and sends a {@link PlotChangeEvent} to all
     * registered listeners.
     * <P>
     * The initial default value is 90 degrees, which corresponds to 12 o'clock.
     * A value of zero corresponds to 3 o'clock... this is the encoding used by
     * Java's Arc2D class.
     *
     * @param angle  the angle (in degrees).
     *
     * @see #getStartAngle()
     */
public void setStartAngle(double angle) {
  this.startAngle = angle;
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None