CloneSet888


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2410.978method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12768
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/DynamicTimeSeriesCollection.java
22389
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultIntervalXYDataset.java
32236
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYDataset.java
42237
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYZDataset.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
768
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/DynamicTimeSeriesCollection.java

/**
 * Returns the y-value.
 *
 * @param series  the series index (zero-based).
 * @param item  the item index (zero-based).
 *
 * @return The value.
 */
public Number getY(int series, int item) {
  return new Float(getYValue(series, item));
}


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

/**
 * Returns the y-value for an item within a series.
 *
 * @param series  the series index (in the range <code>0</code> to
 *     <code>getSeriesCount() - 1</code>).
 * @param item  the item index (in the range <code>0</code> to
 *     <code>getItemCount(series)</code>).
 *
 * @return The y-value.
 *
 * @throws ArrayIndexOutOfBoundsException if <code>series</code> is not
 *     within the specified range.
 * @throws ArrayIndexOutOfBoundsException if <code>item</code> is not
 *     within the specified range.
 *
 * @see #getYValue(int, int)
 */
public Number getY(int series, int item) {
  return new Double(getYValue(series, item));
}


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

/**
 * Returns the y-value for an item within a series.
 * 
 * @param series  the series index (in the range <code>0</code> to 
 *     <code>getSeriesCount() - 1</code>).
 * @param item  the item index (in the range <code>0</code> to 
 *     <code>getItemCount(series)</code>).
 *     
 * @return The y-value.
 * 
 * @throws ArrayIndexOutOfBoundsException if <code>series</code> is not 
 *     within the specified range.
 * @throws ArrayIndexOutOfBoundsException if <code>item</code> is not 
 *     within the specified range.
 *     
 * @see #getX(int, int)
 */
public Number getY(int series, int item) {
  return new Double(getYValue(series, item));
}


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

/**
 * Returns the y-value for an item within a series.
 *
 * @param series  the series index (in the range <code>0</code> to
 *     <code>getSeriesCount() - 1</code>).
 * @param item  the item index (in the range <code>0</code> to
 *     <code>getItemCount(series)</code>).
 *
 * @return The y-value.
 *
 * @throws ArrayIndexOutOfBoundsException if <code>series</code> is not
 *     within the specified range.
 * @throws ArrayIndexOutOfBoundsException if <code>item</code> is not
 *     within the specified range.
 *
 * @see #getX(int, int)
 */
public Number getY(int series, int item) {
  return new Double(getYValue(series, item));
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the y-value.
     *
     * @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 (in the range <code>0</code> to 
     *     <code>getSeriesCount() - 1</code>).
     * @param item  the item index (in the range <code>0</code> to 
     *     <code>getItemCount(series)</code>).
     *     
     * @return The y-value.
     * 
     * @throws ArrayIndexOutOfBoundsException if <code>series</code> is not 
     *     within the specified range.
     * @throws ArrayIndexOutOfBoundsException if <code>item</code> is not 
     *     within the specified range.
     *     
     * @see #getX(int, int)
     */
/**
     * Returns the y-value for an item within a series.
     *
     * @param series  the series index (in the range <code>0</code> to
     *     <code>getSeriesCount() - 1</code>).
     * @param item  the item index (in the range <code>0</code> to
     *     <code>getItemCount(series)</code>).
     *
     * @return The y-value.
     *
     * @throws ArrayIndexOutOfBoundsException if <code>series</code> is not
     *     within the specified range.
     * @throws ArrayIndexOutOfBoundsException if <code>item</code> is not
     *     within the specified range.
     *
     * @see #getX(int, int)
     */
/**
     * Returns the y-value for an item within a series.
     *
     * @param series  the series index (in the range <code>0</code> to
     *     <code>getSeriesCount() - 1</code>).
     * @param item  the item index (in the range <code>0</code> to
     *     <code>getItemCount(series)</code>).
     *
     * @return The y-value.
     *
     * @throws ArrayIndexOutOfBoundsException if <code>series</code> is not
     *     within the specified range.
     * @throws ArrayIndexOutOfBoundsException if <code>item</code> is not
     *     within the specified range.
     *
     * @see #getYValue(int, int)
     */
public Number getY(int series, int item) {
  return new [[#variable18dcb8c0]](getYValue(series, item));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18dcb8c0]]
Float 
12[[#18dcb8c0]]
Double 
13[[#18dcb8c0]]
Double 
14[[#18dcb8c0]]
Double