CloneSet887


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2410.957method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12132
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultOHLCDataset.java
22162
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultOHLCDataset.java
32192
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultOHLCDataset.java
42222
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultOHLCDataset.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
132
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultOHLCDataset.java

/**
 * Returns the high value.
 *
 * @param series  the series index (ignored).
 * @param item  the item index (zero-based).
 *
 * @return The high value.
 */
public Number getHigh(int series, int item) {
  return this.data[item].getHigh();
}


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

/**
 * Returns the low value.
 *
 * @param series  the series index (ignored).
 * @param item  the item index (zero-based).
 *
 * @return The low value.
 */
public Number getLow(int series, int item) {
  return this.data[item].getLow();
}


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

/**
 * Returns the open value.
 *
 * @param series  the series index (ignored).
 * @param item  the item index (zero-based).
 *
 * @return The open value.
 */
public Number getOpen(int series, int item) {
  return this.data[item].getOpen();
}


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

/**
 * Returns the close value.
 *
 * @param series  the series index (ignored).
 * @param item  the item index (zero-based).
 *
 * @return The close value.
 */
public Number getClose(int series, int item) {
  return this.data[item].getClose();
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the high value.
     *
     * @param series  the series index (ignored).
     * @param item  the item index (zero-based).
     *
     * @return The high value.
     */
/**
     * Returns the close value.
     *
     * @param series  the series index (ignored).
     * @param item  the item index (zero-based).
     *
     * @return The close value.
     */
/**
     * Returns the open value.
     *
     * @param series  the series index (ignored).
     * @param item  the item index (zero-based).
     *
     * @return The open value.
     */
/**
     * Returns the low value.
     *
     * @param series  the series index (ignored).
     * @param item  the item index (zero-based).
     *
     * @return The low value.
     */
public Number  [[#variable18dc5e00]](int series, int item) {
  return this.data[item]. [[#variable18dc5e00]]();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18dc5e00]]
getHigh 
12[[#18dc5e00]]
getLow 
13[[#18dc5e00]]
getOpen 
14[[#18dc5e00]]
getClose