Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
18 | 2 | 0 | 1.000 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 18 | 66 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/beanwrapper/DimensionWrapper.java |
2 | 18 | 71 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/beanwrapper/RectangleWrapper.java |
| |||||
public int getWidth() { return _width; } public void setWidth(int value) { _width = value; } public int getHeight() { return _height; } public void setHeight(int value) { _height = value; } |
| |||||
public int getWidth() { return _width; } public void setWidth(int value) { _width = value; } public int getHeight() { return _height; } public void setHeight(int value) { _height = value; } |
| |||
public int getWidth() { return _width; } public void setWidth(int value) { _width = value; } public int getHeight() { return _height; } public void setHeight(int value) { _height = value; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |