CloneSet1430


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115181
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/Session.java
215120
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/SessionManager.java
Next
Last
Clone Instance
1
Line Count
15
Source Line
181
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/Session.java

if (app == null) {
  throw new IllegalArgumentException("null IApplication passed");
}
if (driver == null) {
  throw new IllegalArgumentException("null ISQLDriver passed");
}
if (alias == null) {
  throw new IllegalArgumentException("null ISQLAlias passed");
}
if (conn == null) {
  throw new IllegalArgumentException("null SQLConnection passed");
}


First
Previous
Clone Instance
2
Line Count
15
Source Line
120
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/SessionManager.java

if (app == null) {
  throw new IllegalArgumentException("null IApplication passed");
}
if (driver == null) {
  throw new IllegalArgumentException("null ISQLDriver passed");
}
if (alias == null) {
  throw new IllegalArgumentException("null ISQLAlias passed");
}
if (conn == null) {
  throw new IllegalArgumentException("null SQLConnection passed");
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (app == null) {
  throw new IllegalArgumentException("null IApplication passed");
}
if (driver == null) {
  throw new IllegalArgumentException("null ISQLDriver passed");
}
if (alias == null) {
  throw new IllegalArgumentException("null ISQLAlias passed");
}
if (conn == null) {
  throw new IllegalArgumentException("null SQLConnection passed");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None