CloneSet1383


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.951method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12201
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimePeriodValues.java
22337
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeries.java
32447
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYSeries.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
201
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimePeriodValues.java

/**
 * Returns one data item for the series.
 *
 * @param index  the item index (in the range <code>0</code> to 
 *     <code>getItemCount() - 1</code>).
 *
 * @return One data item for the series.
 */
public TimePeriodValue getDataItem(int index) {
  return (TimePeriodValue) this.data.get(index);
}


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

/**
 * Returns a data item for the series.
 *
 * @param index  the item index (zero-based).
 *
 * @return The data item.
 *
 * @see #getDataItem(RegularTimePeriod)
 */
public TimeSeriesDataItem getDataItem(int index) {
  return (TimeSeriesDataItem) this.data.get(index);
}


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

/**
 * Return the data item with the specified index.
 *
 * @param index  the index.
 *
 * @return The data item with the specified index.
 */
public XYDataItem getDataItem(int index) {
  return (XYDataItem) this.data.get(index);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Return the data item with the specified index.
     *
     * @param index  the index.
     *
     * @return The data item with the specified index.
     */
/**
     * Returns one data item for the series.
     *
     * @param index  the item index (in the range <code>0</code> to 
     *     <code>getItemCount() - 1</code>).
     *
     * @return One data item for the series.
     */
/**
     * Returns a data item for the series.
     *
     * @param index  the item index (zero-based).
     *
     * @return The data item.
     *
     * @see #getDataItem(RegularTimePeriod)
     */
public [[#variable18f5c6c0]] getDataItem(int index) {
  return ( [[#variable18f5c6c0]]) this.data.get(index);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f5c6c0]]
TimePeriodValue 
12[[#18f5c6c0]]
TimeSeriesDataItem 
13[[#18f5c6c0]]
XYDataItem