Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.961 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 130 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/VectorSeries.java |
2 | 3 | 142 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/VectorSeries.java |
3 | 3 | 154 | 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(); } |
| |||||
/** * 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(); } |
| |||||
/** * 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(); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e8ee80]] | getYValue |
1 | 2 | [[#18e8ee80]] | getVectorXValue |
1 | 3 | [[#18e8ee80]] | getVectorYValue |
2 | 1 | [[#18e8ed60]] | getYValue |
2 | 2 | [[#18e8ed60]] | getVectorX |
2 | 3 | [[#18e8ed60]] | getVectorY |