Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 156 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/experimental/org/jfree/experimental/chart/annotations/XYTitleAnnotation.java |
2 | 13 | 142 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYImageAnnotation.java |
| |||||
/** * Returns the x-coordinate for the annotation. * * @return The x-coordinate. */ public double getX() { return this.x; } /** * Returns the y-coordinate for the annotation. * * @return The y-coordinate. */ public double getY() { return this.y; } |
| |||||
/** * Returns the x-coordinate (in data space) for the annotation. * * @return The x-coordinate. * * @since 1.0.4 */ public double getX() { return this.x; } /** * Returns the y-coordinate (in data space) for the annotation. * * @return The y-coordinate. * * @since 1.0.4 */ public double getY() { return this.y; } |
| |||
/** * Returns the x-coordinate for the annotation. * * @return The x-coordinate. */ /** * Returns the x-coordinate (in data space) for the annotation. * * @return The x-coordinate. * * @since 1.0.4 */ public double getX() { return this.x; } /** * Returns the y-coordinate for the annotation. * * @return The y-coordinate. */ /** * Returns the y-coordinate (in data space) for the annotation. * * @return The y-coordinate. * * @since 1.0.4 */ public double getY() { return this.y; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |