Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 39 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/ScriptProcedureCommand.java |
2 | 8 | 41 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/ScriptProcedureExecCommand.java |
| |||||
if (session == null) throw new IllegalArgumentException("ISession == null"); if (dbObjs == null) throw new IllegalArgumentException("IDatabaseObjectInfo array is null"); _session = session; _plugin = plugin; _dbObjs = dbObjs; |
| |||||
if (session == null) throw new IllegalArgumentException("ISession == null"); if (dbObjs == null) throw new IllegalArgumentException("IDatabaseObjectInfo array is null"); _session = session; _plugin = plugin; _dbObjs = dbObjs; |
| |||
if (session == null) throw new IllegalArgumentException("ISession == null"); if (dbObjs == null) throw new IllegalArgumentException("IDatabaseObjectInfo array is null"); _session = session; _plugin = plugin; _dbObjs = dbObjs; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |