CloneSet1625


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

/**
 * Returns the lower bound of the Y-interval for the specified item in the
 * series.
 * 
 * @param index  the item index.
 * 
 * @return The lower bound of the Y-interval.
 * 
 * @since 1.0.5
 */
public double getYLowValue(int index) {
  XYIntervalDataItem item = (XYIntervalDataItem) getDataItem(index);
  return item.getYLowValue();
}


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

/**
 * Returns the upper bound of the y-interval for the specified item in the
 * series.
 * 
 * @param index  the item index.
 * 
 * @return The upper bound of the y-interval.
 * 
 * @since 1.0.5
 */
public double getYHighValue(int index) {
  XYIntervalDataItem item = (XYIntervalDataItem) getDataItem(index);
  return item.getYHighValue();
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the upper bound of the y-interval for the specified item in the
     * series.
     * 
     * @param index  the item index.
     * 
     * @return The upper bound of the y-interval.
     * 
     * @since 1.0.5
     */
/**
     * Returns the lower bound of the Y-interval for the specified item in the
     * series.
     * 
     * @param index  the item index.
     * 
     * @return The lower bound of the Y-interval.
     * 
     * @since 1.0.5
     */
public double  [[#variable18ffd440]](int index) {
  XYIntervalDataItem item = (XYIntervalDataItem) getDataItem(index);
  return item. [[#variable18ffd440]]();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ffd440]]
getYLowValue 
12[[#18ffd440]]
getYHighValue