Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 52 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/GenerateSqlCommand.java |
2 | 6 | 738 | 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"); |
| |||||
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"); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |