CloneSet1595


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5310.961statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15691
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/ObjectTree.java
25243
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/ObjectTreeModel.java
36901
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/ObjectTreePanel.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
691
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/ObjectTree.java

if (dboType == null) {
  throw new IllegalArgumentException("Null DatabaseObjectType passed");
}
IIdentifier key = dboType.getIdentifier();


Next
Previous
Clone Instance
2
Line Count
5
Source Line
243
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/ObjectTreeModel.java

if (dboType == null) {
  throw new IllegalArgumentException("Null DatabaseObjectType passed");
}
IIdentifier key = dboType.getIdentifier();


First
Previous
Clone Instance
3
Line Count
6
Source Line
901
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/ObjectTreePanel.java

if (dboType == null) {
  throw new IllegalArgumentException("Null DatabaseObjectType passed");
}
final IIdentifier key = dboType.getIdentifier();


Clone AbstractionParameter Count: 1Parameter Bindings

if (dboType == null) {
  throw new IllegalArgumentException("Null DatabaseObjectType passed");
}
 [[#variable1c91b1c0]]IIdentifier key = dboType.getIdentifier();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c91b1c0]]
12[[#1c91b1c0]]
13[[#1c91b1c0]]
final