CloneSet1364


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.968method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141563
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java
251758
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
1563
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java

/**
 * Sets the stroke for a series and, if requested, sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param series  the series index (zero-based).
 * @param stroke  the stroke (<code>null</code> permitted).
 * @param notify  notify listeners?
 *
 * @see #getSeriesStroke(int)
 */
public void setSeriesStroke(int series, Stroke stroke, boolean notify) {
  this.strokeList.setStroke(series, stroke);
  if (notify) {
    fireChangeEvent();
  }
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
1758
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java

/**
 * Sets the outline stroke for a series and, if requested, sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param series  the series index.
 * @param stroke  the stroke (<code>null</code> permitted).
 * @param notify  notify listeners?
 *
 * @see #getSeriesOutlineStroke(int)
 */
public void setSeriesOutlineStroke(int series, Stroke stroke, boolean notify) {
  this.outlineStrokeList.setStroke(series, stroke);
  if (notify) {
    fireChangeEvent();
  }
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Sets the outline stroke for a series and, if requested, sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param series  the series index.
     * @param stroke  the stroke (<code>null</code> permitted).
     * @param notify  notify listeners?
     *
     * @see #getSeriesOutlineStroke(int)
     */
/**
     * Sets the stroke for a series and, if requested, sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param series  the series index (zero-based).
     * @param stroke  the stroke (<code>null</code> permitted).
     * @param notify  notify listeners?
     *
     * @see #getSeriesStroke(int)
     */
public void [[#variable18f64160]](int series, Stroke stroke, boolean notify) {
  this. [[#variable18f640c0]].setStroke(series, stroke);
  if (notify) {
    fireChangeEvent();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f64160]]
setSeriesStroke 
12[[#18f64160]]
setSeriesOutlineStroke 
21[[#18f640c0]]
strokeList 
22[[#18f640c0]]
outlineStrokeList