Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 109 | src/NHibernate/Hql/Ast/ANTLR/Exec/MultiTableDeleteExecutor.cs |
2 | 4 | 125 | src/NHibernate/Hql/Ast/ANTLR/Exec/MultiTableUpdateExecutor.cs |
| ||||
catch (DbException e) { throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, e, "could not insert/select ids for bulk delete", idInsertSelect); } |
| ||||
catch (DbException e) { throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, e, "could not insert/select ids for bulk update", idInsertSelect); } |
| |||
catch (DbException e) { throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, e, [[#variable6e68b4c0]], idInsertSelect); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e68b4c0]] | "could not insert/select ids for bulk update" |
1 | 2 | [[#6e68b4c0]] | "could not insert/select ids for bulk delete" |