CloneSet819


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2420.958method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12161
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java
22189
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java
32279
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java
42306
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
161
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java

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


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

/**
 * Returns the y-value for an item within a series.
 *
 * @param series  the series index (zero-based).
 * @param item  the item index (zero-based).
 *
 * @return The y-value (possibly <code>null</code>).
 *
 * @see #getYValue(int, int)
 */
public Number getY(int series, int item) {
  return this.underlying.getY(series, item);
}


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

/**
 * Returns the starting Y value for the specified series and item.
 *
 * @param series  the series index (zero-based).
 * @param item  the item index (zero-based).
 *
 * @return The value.
 */
public Number getStartY(int series, int item) {
  return this.underlying.getY(series, item);
}


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

/**
 * Returns the ending Y value for the specified series and item.
 *
 * @param series  the series index (zero-based).
 * @param item  the item index (zero-based).
 *
 * @return The value.
 */
public Number getEndY(int series, int item) {
  return this.underlying.getY(series, item);
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Returns the ending Y value for the specified series and item.
     *
     * @param series  the series index (zero-based).
     * @param item  the item index (zero-based).
     *
     * @return The value.
     */
/**
     * Returns the starting Y value for the specified series and item.
     *
     * @param series  the series index (zero-based).
     * @param item  the item index (zero-based).
     *
     * @return The value.
     */
/**
     * Returns the y-value for an item within a series.
     *
     * @param series  the series index (zero-based).
     * @param item  the item index (zero-based).
     *
     * @return The y-value (possibly <code>null</code>).
     *
     * @see #getYValue(int, int)
     */
/**
     * Returns the x-value for an item within a series.
     *
     * @param series  the series index (zero-based).
     * @param item  the item index (zero-based).
     *
     * @return The x-value.
     *
     * @see #getXValue(int, int)
     */
public Number  [[#variable18d8e080]](int series, int item) {
  return this.underlying. [[#variable18d87fa0]](series, item);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d8e080]]
getX 
12[[#18d8e080]]
getY 
13[[#18d8e080]]
getStartY 
14[[#18d8e080]]
getEndY 
21[[#18d87fa0]]
getX 
22[[#18d87fa0]]
getY 
23[[#18d87fa0]]
getY 
24[[#18d87fa0]]
getY