Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 114 | src/NHibernate/AdoNet/SqlClientSqlCommandSet.cs |
2 | 9 | 93 | src/NHibernate/Impl/DbCommandSet.cs |
| ||||
try { if (CountOfCommands == 0) return 0; return doExecuteNonQuery(); } catch (Exception e) { throw new HibernateException("An exception occurred when executing batch queries", e); } |
| ||||
try { if (CountOfCommands == 0) return 0; return doExecuteNonQuery(); } catch (Exception e) { throw new HibernateException("An exception occurred when executing batch queries", e); } |
| |||
try { if (CountOfCommands == 0) return 0; return doExecuteNonQuery(); } catch (Exception e) { throw new HibernateException("An exception occurred when executing batch queries", e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |