CloneSet1069


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18201.000class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11866
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/beanwrapper/DimensionWrapper.java
21871
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/beanwrapper/RectangleWrapper.java
Next
Last
Clone Instance
1
Line Count
18
Source Line
66
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/beanwrapper/DimensionWrapper.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;
}


First
Previous
Clone Instance
2
Line Count
18
Source Line
71
Source File
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;
}


Clone AbstractionParameter Count: 0Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None