CloneSet1698


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.958method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13719
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/SpiderWebPlot.java
23801
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
719
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/SpiderWebPlot.java

/**
 * Sets the paint used to fill a series of the radar and sends a
 * {@link PlotChangeEvent} to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param paint  the paint (<code>null</code> permitted).
 *
 * @see #getSeriesPaint(int)
 */
public void setSeriesPaint(int series, Paint paint) {
  this.seriesPaintList.setPaint(series, paint);
  fireChangeEvent();
}


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

/**
 * Sets the paint used to fill a series of the radar and sends a
 * {@link PlotChangeEvent} to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param paint  the paint (<code>null</code> permitted).
 */
public void setSeriesOutlinePaint(int series, Paint paint) {
  this.seriesOutlinePaintList.setPaint(series, paint);
  fireChangeEvent();
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Sets the paint used to fill a series of the radar and sends a
     * {@link PlotChangeEvent} to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param paint  the paint (<code>null</code> permitted).
     */
/**
     * Sets the paint used to fill a series of the radar and sends a
     * {@link PlotChangeEvent} to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param paint  the paint (<code>null</code> permitted).
     *
     * @see #getSeriesPaint(int)
     */
public void [[#variable1a02ddc0]](int series, Paint paint) {
  this. [[#variable1a02dce0]].setPaint(series, paint);
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a02ddc0]]
setSeriesPaint 
12[[#1a02ddc0]]
setSeriesOutlinePaint 
21[[#1a02dce0]]
seriesPaintList 
22[[#1a02dce0]]
seriesOutlinePaintList