CloneSet1389


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

///////////////////////////////////////////////////////////////////////////
// From XYDataset
///////////////////////////////////////////////////////////////////////////
/**
 * Returns the X-value for the specified series and item.
 * <p>
 * Note: throws <code>ClassCastException</code> if the series if not from a 
 * {@link XYDataset}.
 *
 * @param series  the index of the series of interest (zero-based);
 * @param item  the index of the item of interest (zero-based).
 *
 * @return The X-value for the specified series and item.
 */
public Number getX(int series, int item) {
  return ((XYDataset) this.parent).getX(this.map[series], item);
}


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

/**
 * Returns the Y-value for the specified series and item.
 * <p>
 * Note: throws <code>ClassCastException</code> if the series if not from a 
 * {@link XYDataset}.
 *
 * @param series  the index of the series of interest (zero-based).
 * @param item  the index of the item of interest (zero-based).
 *
 * @return The Y-value for the specified series and item.
 */
public Number getY(int series, int item) {
  return ((XYDataset) this.parent).getY(this.map[series], item);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the Y-value for the specified series and item.
     * <p>
     * Note: throws <code>ClassCastException</code> if the series if not from a 
     * {@link XYDataset}.
     *
     * @param series  the index of the series of interest (zero-based).
     * @param item  the index of the item of interest (zero-based).
     *
     * @return The Y-value for the specified series and item.
     */
///////////////////////////////////////////////////////////////////////////
// From XYDataset
///////////////////////////////////////////////////////////////////////////
/**
     * Returns the X-value for the specified series and item.
     * <p>
     * Note: throws <code>ClassCastException</code> if the series if not from a 
     * {@link XYDataset}.
     *
     * @param series  the index of the series of interest (zero-based);
     * @param item  the index of the item of interest (zero-based).
     *
     * @return The X-value for the specified series and item.
     */
public Number  [[#variable18f5a340]](int series, int item) {
  return ((XYDataset) this.parent). [[#variable18f5a340]](this.map[series], item);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f5a340]]
getX 
12[[#18f5a340]]
getY