Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.964 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 97 | src/NHibernate/Hql/Ast/ANTLR/Exec/BasicExecutor.cs |
2 | 3 | 50 | src/NHibernate/Id/NativeGuidGenerator.cs |
3 | 4 | 75 | src/NHibernate/Type/DbTimestampType.cs |
| ||||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, "could not execute update query", sql); } |
| ||||
catch (Exception sqle) { throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, "could not retrieve GUID", sql); } |
| ||||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, "could not select current db timestamp", tsSelect); } |
| |||
catch ( [[#variable27fd7b20]]sqle) { throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, [[#variable2801a4a0]], [[#variable2801a480]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27fd7b20]] | DbException |
1 | 2 | [[#27fd7b20]] | Exception |
1 | 3 | [[#27fd7b20]] | DbException |
2 | 1 | [[#2801a4a0]] | "could not select current db timestamp" |
2 | 2 | [[#2801a4a0]] | "could not retrieve GUID" |
2 | 3 | [[#2801a4a0]] | "could not execute update query" |
3 | 1 | [[#2801a480]] | tsSelect |
3 | 2 | [[#2801a480]] | sql |
3 | 3 | [[#2801a480]] | sql |