Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.958 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 161 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java |
2 | 2 | 189 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java |
3 | 2 | 279 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java |
4 | 2 | 306 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYBarDataset.java |
| |||||
/** * Returns the x-value for an item within a series. * * @param series the series index (zero-based). * @param item the item index (zero-based). * * @return The x-value. * * @see #getXValue(int, int) */ public Number getX(int series, int item) { return this.underlying.getX(series, item); } |
| |||||
/** * Returns the y-value for an item within a series. * * @param series the series index (zero-based). * @param item the item index (zero-based). * * @return The y-value (possibly <code>null</code>). * * @see #getYValue(int, int) */ public Number getY(int series, int item) { return this.underlying.getY(series, item); } |
| |||||
/** * Returns the starting Y value for the specified series and item. * * @param series the series index (zero-based). * @param item the item index (zero-based). * * @return The value. */ public Number getStartY(int series, int item) { return this.underlying.getY(series, item); } |
| |||||
/** * Returns the ending Y value for the specified series and item. * * @param series the series index (zero-based). * @param item the item index (zero-based). * * @return The value. */ public Number getEndY(int series, int item) { return this.underlying.getY(series, item); } |
| |||
/** * Returns the ending Y value for the specified series and item. * * @param series the series index (zero-based). * @param item the item index (zero-based). * * @return The value. */ /** * Returns the starting Y value for the specified series and item. * * @param series the series index (zero-based). * @param item the item index (zero-based). * * @return The value. */ /** * Returns the y-value for an item within a series. * * @param series the series index (zero-based). * @param item the item index (zero-based). * * @return The y-value (possibly <code>null</code>). * * @see #getYValue(int, int) */ /** * Returns the x-value for an item within a series. * * @param series the series index (zero-based). * @param item the item index (zero-based). * * @return The x-value. * * @see #getXValue(int, int) */ public Number [[#variable18d8e080]](int series, int item) { return this.underlying. [[#variable18d87fa0]](series, item); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18d8e080]] | getX |
1 | 2 | [[#18d8e080]] | getY |
1 | 3 | [[#18d8e080]] | getStartY |
1 | 4 | [[#18d8e080]] | getEndY |
2 | 1 | [[#18d87fa0]] | getX |
2 | 2 | [[#18d87fa0]] | getY |
2 | 3 | [[#18d87fa0]] | getY |
2 | 4 | [[#18d87fa0]] | getY |