CloneSet2089


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.974method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121369
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
221428
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
1369
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

/**
 * Sets the renderer at the specified index and sends a
 * {@link PlotChangeEvent} to all registered listeners.
 *
 * @param index  the index.
 * @param renderer  the renderer (<code>null</code> permitted).
 *
 * @see #getRenderer(int)
 * @see #setRenderer(int, CategoryItemRenderer, boolean)
 */
public void setRenderer(int index, CategoryItemRenderer renderer) {
  setRenderer(index, renderer, true);
}


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

/**
 * Sets a renderer and sends a {@link PlotChangeEvent} to all
 * registered listeners.
 *
 * @param index  the index.
 * @param renderer  the renderer.
 *
 * @see #getRenderer(int)
 */
public void setRenderer(int index, XYItemRenderer renderer) {
  setRenderer(index, renderer, true);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Sets the renderer at the specified index and sends a
     * {@link PlotChangeEvent} to all registered listeners.
     *
     * @param index  the index.
     * @param renderer  the renderer (<code>null</code> permitted).
     *
     * @see #getRenderer(int)
     * @see #setRenderer(int, CategoryItemRenderer, boolean)
     */
/**
     * Sets a renderer and sends a {@link PlotChangeEvent} to all
     * registered listeners.
     *
     * @param index  the index.
     * @param renderer  the renderer.
     *
     * @see #getRenderer(int)
     */
public void setRenderer(int index, [[#variable1a0fc340]] renderer) {
  setRenderer(index, renderer, true);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0fc340]]
CategoryItemRenderer 
12[[#1a0fc340]]
XYItemRenderer