CloneSet1814


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.957method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12175
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java
22203
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
175
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java

/**
 * Returns the x-value (as a double primitive) for an item within a series.
 *
 * @param series  the series index (zero-based).
 * @param item  the item index (zero-based).
 *
 * @return The value.
 *
 * @see #getX(int, int)
 */
public double getXValue(int series, int item) {
  return this.underlying.getXValue(series, item);
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
203
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java

/**
 * Returns the y-value (as a double primitive) for an item within a series.
 *
 * @param series  the series index (zero-based).
 * @param item  the item index (zero-based).
 *
 * @return The value.
 *
 * @see #getY(int, int)
 */
public double getYValue(int series, int item) {
  return this.underlying.getYValue(series, item);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the y-value (as a double primitive) for an item within a series.
     *
     * @param series  the series index (zero-based).
     * @param item  the item index (zero-based).
     *
     * @return The value.
     *
     * @see #getY(int, int)
     */
/**
     * Returns the x-value (as a double primitive) for an item within a series.
     *
     * @param series  the series index (zero-based).
     * @param item  the item index (zero-based).
     *
     * @return The value.
     *
     * @see #getX(int, int)
     */
public double  [[#variable1a0670c0]](int series, int item) {
  return this.underlying. [[#variable1a0670c0]](series, item);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0670c0]]
getXValue 
12[[#1a0670c0]]
getYValue