CloneSet1068


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

/**
 * Returns the start 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 start y-value.
 */
public double getStartYValue(int series, int item) {
  return getYValue(series, item);
}


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

/**
 * Returns the end 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 end y-value.
 */
public double getEndYValue(int series, int item) {
  return getYValue(series, item);
}


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

/**
 * Returns the starting 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 #getYValue(int, int)
 */
public double getStartYValue(int series, int item) {
  return getYValue(series, item);
}


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

/**
 * Returns the ending 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 #getYValue(int, int)
 */
public double getEndYValue(int series, int item) {
  return getYValue(series, item);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the end 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 end y-value.
     */
/**
     * Returns the start 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 start y-value.
     */
/**
     * Returns the ending 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 #getYValue(int, int)
     */
/**
     * Returns the starting 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 #getYValue(int, int)
     */
public double  [[#variable18e502e0]](int series, int item) {
  return getYValue(series, item);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e502e0]]
getStartYValue 
12[[#18e502e0]]
getEndYValue 
13[[#18e502e0]]
getStartYValue 
14[[#18e502e0]]
getEndYValue