CloneSet1135


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1519
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/mainframe/WidgetUtils.java
2543
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/mainframe/WidgetUtils.java
3567
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/mainframe/WidgetUtils.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
19
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/mainframe/WidgetUtils.java

if (frames == null) {
  throw new IllegalArgumentException("null JInternalFrame[] passed");
}
List<IWidget> framesList = new ArrayList<IWidget>();


Next
Previous
Clone Instance
2
Line Count
5
Source Line
43
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/mainframe/WidgetUtils.java

if (frames == null) {
  throw new IllegalArgumentException("null JInternalFrame[] passed");
}
List<IWidget> framesList = new ArrayList<IWidget>();


First
Previous
Clone Instance
3
Line Count
5
Source Line
67
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/mainframe/WidgetUtils.java

if (frames == null) {
  throw new IllegalArgumentException("null JInternalFrame[] passed");
}
List<IWidget> framesList = new ArrayList<IWidget>();


Clone AbstractionParameter Count: 0Parameter Bindings

if (frames == null) {
  throw new IllegalArgumentException("null JInternalFrame[] passed");
}
List<IWidget> framesList = new ArrayList<IWidget>();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None