CloneSet1098


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

/**
 * Returns the y-value for the specified item.
 *
 * @param index  the item index.
 *
 * @return The y-value.
 */
public double getYValue(int index) {
  VectorDataItem item = (VectorDataItem) getDataItem(index);
  return item.getYValue();
}


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

/**
 * Returns the x-component of the vector for an item in the series.
 * 
 * @param index  the item index.
 * 
 * @return The x-component of the vector.
 */
public double getVectorXValue(int index) {
  VectorDataItem item = (VectorDataItem) getDataItem(index);
  return item.getVectorX();
}


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

/**
 * Returns the y-component of the vector for an item in the series.
 * 
 * @param index  the item index.
 * 
 * @return The y-component of the vector.
 */
public double getVectorYValue(int index) {
  VectorDataItem item = (VectorDataItem) getDataItem(index);
  return item.getVectorY();
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Returns the y-component of the vector for an item in the series.
     * 
     * @param index  the item index.
     * 
     * @return The y-component of the vector.
     */
/**
     * Returns the x-component of the vector for an item in the series.
     * 
     * @param index  the item index.
     * 
     * @return The x-component of the vector.
     */
/**
     * Returns the y-value for the specified item.
     *
     * @param index  the item index.
     *
     * @return The y-value.
     */
public double  [[#variable18e8ee80]](int index) {
  VectorDataItem item = (VectorDataItem) getDataItem(index);
  return item. [[#variable18e8ed60]]();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e8ee80]]
getYValue 
12[[#18e8ee80]]
getVectorXValue 
13[[#18e8ee80]]
getVectorYValue 
21[[#18e8ed60]]
getYValue 
22[[#18e8ed60]]
getVectorX 
23[[#18e8ed60]]
getVectorY