CloneSet2090


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
13145
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPointer.java
23223
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
145
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPointer.java

/**
 * Sets the radius of the pointer and sends a 
 * {@link DialLayerChangeEvent} to all registered listeners.
 * 
 * @param radius  the radius.
 * 
 * @see #getRadius()
 */
public void setRadius(double radius) {
  this.radius = radius;
  notifyListeners(new DialLayerChangeEvent(this ));
}


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

/**
 * Sets the radius and sends a {@link DialLayerChangeEvent} to all 
 * registered listeners.
 * 
 * @param radius  the radius.
 * 
 * @see #getRadius()
 */
public void setRadius(double radius) {
  this.radius = radius;
  notifyListeners(new DialLayerChangeEvent(this ));
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the radius of the pointer and sends a 
     * {@link DialLayerChangeEvent} to all registered listeners.
     * 
     * @param radius  the radius.
     * 
     * @see #getRadius()
     */
/**
     * Sets the radius and sends a {@link DialLayerChangeEvent} to all 
     * registered listeners.
     * 
     * @param radius  the radius.
     * 
     * @see #getRadius()
     */
public void setRadius(double radius) {
  this.radius = radius;
  notifyListeners(new DialLayerChangeEvent(this ));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None