CloneSet2091


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
13120
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPointer.java
23174
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
120
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPointer.java

/**
 * Sets the dataset index for the pointer and sends a 
 * {@link DialLayerChangeEvent} to all registered listeners.
 * 
 * @param index  the index.
 * 
 * @see #getDatasetIndex()
 */
public void setDatasetIndex(int index) {
  this.datasetIndex = index;
  notifyListeners(new DialLayerChangeEvent(this ));
}


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

/**
 * Sets the dataset index and sends a {@link DialLayerChangeEvent} to all 
 * registered listeners.
 * 
 * @param index  the index.
 * 
 * @see #getDatasetIndex()
 */
public void setDatasetIndex(int index) {
  this.datasetIndex = index;
  notifyListeners(new DialLayerChangeEvent(this ));
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the dataset index for the pointer and sends a 
     * {@link DialLayerChangeEvent} to all registered listeners.
     * 
     * @param index  the index.
     * 
     * @see #getDatasetIndex()
     */
/**
     * Sets the dataset index and sends a {@link DialLayerChangeEvent} to all 
     * registered listeners.
     * 
     * @param index  the index.
     * 
     * @see #getDatasetIndex()
     */
public void setDatasetIndex(int index) {
  this.datasetIndex = index;
  notifyListeners(new DialLayerChangeEvent(this ));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None