CloneSet2024


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1652
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/GenerateSqlCommand.java
26738
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/gui/GenerateSqlDialog.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
52
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/GenerateSqlCommand.java

if (session == null)
  throw new IllegalArgumentException("ISession == null");
if (plugin == null)
  throw new IllegalArgumentException("MssqlPlugin == null");
if (dbObjs == null)
  throw new IllegalArgumentException("IDatabaseObjectInfo[] is null");


First
Previous
Clone Instance
2
Line Count
6
Source Line
738
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/gui/GenerateSqlDialog.java

if (session == null)
  throw new IllegalArgumentException("ISession == null");
if (plugin == null)
  throw new IllegalArgumentException("MssqlPlugin == null");
if (dbObjs == null)
  throw new IllegalArgumentException("IDatabaseObjectInfo[] is null");


Clone AbstractionParameter Count: 0Parameter Bindings

if (session == null)
  throw new IllegalArgumentException("ISession == null");
if (plugin == null)
  throw new IllegalArgumentException("MssqlPlugin == null");
if (dbObjs == null)
  throw new IllegalArgumentException("IDatabaseObjectInfo[] is null");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None