Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 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 | 10 | 42 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/image/Arc.java |
2 | 10 | 40 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/image/Ellipse.java |
| |||||
// CheckStyle:VisibilityModifier ON /** * Set the width. * @param width the width of the arc. */ public void setWidth(int width) { this.width = width; } /** * Set the height. * @param height the height of the arc. */ public void setHeight(int height) { this.height = height; } |
| |||||
// CheckStyle:VisibilityModifier ON /** * Set the width. * @param width the width of the elipse. */ public void setWidth(int width) { this.width = width; } /** * Set the height. * @param height the height of the elipse. */ public void setHeight(int height) { this.height = height; } |
| |||
// CheckStyle:VisibilityModifier ON /** * Set the width. * @param width the width of the arc. */ /** * Set the width. * @param width the width of the elipse. */ public void setWidth(int width) { this.width = width; } /** * Set the height. * @param height the height of the arc. */ /** * Set the height. * @param height the height of the elipse. */ public void setHeight(int height) { this.height = height; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |