CloneSet2161


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

/**
 * Returns the index of the specified renderer, or <code>-1</code> if the
 * renderer is not assigned to this plot.
 *
 * @param renderer  the renderer (<code>null</code> permitted).
 *
 * @return The renderer index.
 */
public int getIndexOf(CategoryItemRenderer renderer) {
  return this.renderers.indexOf(renderer);
}


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

/**
 * Returns the index of the specified renderer, or <code>-1</code> if the
 * renderer is not assigned to this plot.
 *
 * @param renderer  the renderer (<code>null</code> permitted).
 *
 * @return The renderer index.
 */
public int getIndexOf(XYItemRenderer renderer) {
  return this.renderers.indexOf(renderer);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the index of the specified renderer, or <code>-1</code> if the
     * renderer is not assigned to this plot.
     *
     * @param renderer  the renderer (<code>null</code> permitted).
     *
     * @return The renderer index.
     */
public int getIndexOf( [[#variable1a13e6c0]] renderer) {
  return this.renderers.indexOf(renderer);
}
 

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