Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.990 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 49 | src/NHibernate/Id/Insert/AbstractReturningDelegate.cs |
2 | 4 | 45 | src/NHibernate/Id/Insert/AbstractSelectingDelegate.cs |
3 | 5 | 75 | src/NHibernate/Id/Insert/AbstractSelectingDelegate.cs |
| ||||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, "could not insert: " + persister.GetInfoString(), insertSQL.Text); } |
| ||||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, "could not insert: " + persister.GetInfoString(), insertSQL.Text); } |
| ||||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, "could not retrieve generated id after insert: " + persister.GetInfoString(), insertSQL.Text); } |
| |||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, [[#variable2db398e0]]+ persister.GetInfoString(), insertSQL.Text); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2db398e0]] | "could not insert: " |
1 | 2 | [[#2db398e0]] | "could not retrieve generated id after insert: " |
1 | 3 | [[#2db398e0]] | "could not insert: " |