Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.951 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 73 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/VectorDataItem.java |
2 | 3 | 83 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/VectorDataItem.java |
| |||||
/** * Returns the x-value. * * @return The x-value (never <code>null</code>). */ public double getXValue() { XYCoordinate xy = (XYCoordinate) getComparable(); return xy.getX(); } |
| |||||
/** * Returns the y-value. * * @return The y-value. */ public double getYValue() { XYCoordinate xy = (XYCoordinate) getComparable(); return xy.getY(); } |
| |||
/** * Returns the y-value. * * @return The y-value. */ /** * Returns the x-value. * * @return The x-value (never <code>null</code>). */ public double [[#variable1a0d3ae0]]() { XYCoordinate xy = (XYCoordinate) getComparable(); return xy. [[#variable1a0d39a0]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0d3ae0]] | getXValue |
1 | 2 | [[#1a0d3ae0]] | getYValue |
2 | 1 | [[#1a0d39a0]] | getX |
2 | 2 | [[#1a0d39a0]] | getY |