CloneSet388


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

///////////////////////////////////////////////////////////////////////////
// From IntervalXYDataset
///////////////////////////////////////////////////////////////////////////
/**
 * Returns the starting X value for the specified series and item.
 *
 * @param series  the index of the series of interest (zero-based).
 * @param item  the index of the item of interest (zero-based).
 *
 * @return The starting X value for the specified series and item.
 */
public Number getStartX(int series, int item) {
  if (this.parent instanceof IntervalXYDataset) {
    return ((IntervalXYDataset) this.parent).getStartX(this.map[series], item);
  }
  else {
    return getX(series, item);
  }
}


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

/**
 * Returns the ending X value for the specified series and item.
 *
 * @param series  the index of the series of interest (zero-based).
 * @param item  the index of the item of interest (zero-based).
 *
 * @return The ending X value for the specified series and item.
 */
public Number getEndX(int series, int item) {
  if (this.parent instanceof IntervalXYDataset) {
    return ((IntervalXYDataset) this.parent).getEndX(this.map[series], item);
  }
  else {
    return getX(series, item);
  }
}


Next
Previous
Clone Instance
3
Line Count
8
Source Line
389
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/general/SubSeriesDataset.java

/**
 * Returns the starting Y value for the specified series and item.
 *
 * @param series  the index of the series of interest (zero-based).
 * @param item  the index of the item of interest (zero-based).
 *
 * @return The starting Y value for the specified series and item.
 */
public Number getStartY(int series, int item) {
  if (this.parent instanceof IntervalXYDataset) {
    return ((IntervalXYDataset) this.parent).getStartY(this.map[series], item);
  }
  else {
    return getY(series, item);
  }
}


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

/**
 * Returns the ending Y value for the specified series and item.
 *
 * @param series  the index of the series of interest (zero-based).
 * @param item  the index of the item of interest (zero-based).
 *
 * @return The ending Y value for the specified series and item.
 */
public Number getEndY(int series, int item) {
  if (this.parent instanceof IntervalXYDataset) {
    return ((IntervalXYDataset) this.parent).getEndY(this.map[series], item);
  }
  else {
    return getY(series, item);
  }
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Returns the ending Y value for the specified series and item.
     *
     * @param series  the index of the series of interest (zero-based).
     * @param item  the index of the item of interest (zero-based).
     *
     * @return The ending Y value for the specified series and item.
     */
/**
     * Returns the starting Y value for the specified series and item.
     *
     * @param series  the index of the series of interest (zero-based).
     * @param item  the index of the item of interest (zero-based).
     *
     * @return The starting Y value for the specified series and item.
     */
/**
     * Returns the ending X value for the specified series and item.
     *
     * @param series  the index of the series of interest (zero-based).
     * @param item  the index of the item of interest (zero-based).
     *
     * @return The ending X value for the specified series and item.
     */
///////////////////////////////////////////////////////////////////////////
// From IntervalXYDataset
///////////////////////////////////////////////////////////////////////////
/**
     * Returns the starting X value for the specified series and item.
     *
     * @param series  the index of the series of interest (zero-based).
     * @param item  the index of the item of interest (zero-based).
     *
     * @return The starting X value for the specified series and item.
     */
public Number  [[#variable1a952a00]](int series, int item) {
  if (this.parent instanceof IntervalXYDataset) {
    return ((IntervalXYDataset) this.parent). [[#variable1a952a00]](this.map[series], item);
  }
  else {
    return [[#variable1a952980]](series, item);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a952a00]]
getStartX 
12[[#1a952a00]]
getEndX 
13[[#1a952a00]]
getStartY 
14[[#1a952a00]]
getEndY 
21[[#1a952980]]
getX 
22[[#1a952980]]
getX 
23[[#1a952980]]
getY 
24[[#1a952980]]
getY