CloneSet909


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.989statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11060
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/session/RowColumnLabel.java
210109
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/TimePanel.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
60
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/session/RowColumnLabel.java

Border border = getBorder();
if (border != null) {
  Insets ins = border.getBorderInsets(this );
  if (ins != null) {
    dim.width += (ins.left + ins.right);
  }
}
Insets ins = getInsets();


First
Previous
Clone Instance
2
Line Count
10
Source Line
109
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/TimePanel.java

Border border = getBorder();
if (border != null) {
  Insets ins = border.getBorderInsets(this );
  if (ins != null) {
    _prefSize.width += (ins.left + ins.right);
  }
}
Insets ins = getInsets();


Clone AbstractionParameter Count: 1Parameter Bindings

Border border = getBorder();
if (border != null) {
  Insets ins = border.getBorderInsets(this );
  if (ins != null) {
     [[#variable1cd1b9a0]].width += (ins.left + ins.right);
  }
}
Insets ins = getInsets();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd1b9a0]]
dim 
12[[#1cd1b9a0]]
_prefSize