Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.981 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 130 | src/NHibernate/Id/IncrementGenerator.cs |
2 | 4 | 141 | src/NHibernate/Id/SequenceGenerator.cs |
| ||||
catch (DbException sqle) { log.Error("could not get increment value", sqle); throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, "could not fetch initial value for increment generator"); } |
| ||||
catch (DbException sqle) { log.Error("error generating sequence", sqle); throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, "could not get next sequence value"); } |
| |||
catch (DbException sqle) { log.Error( [[#variable27178e60]], sqle); throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, [[#variable27178e00]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27178e60]] | "error generating sequence" |
1 | 2 | [[#27178e60]] | "could not get increment value" |
2 | 1 | [[#27178e00]] | "could not get next sequence value" |
2 | 2 | [[#27178e00]] | "could not fetch initial value for increment generator" |