Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.992 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 270 | src/NHibernate/Loader/Loader.cs |
2 | 9 | 1646 | src/NHibernate/Loader/Loader.cs |
| ||||
catch (HibernateException) { throw; // Don't call Convert on HibernateExceptions } catch (Exception sqle) { throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, sqle, "could not read next row of results", SqlString, queryParameters.PositionalParameterValues, queryParameters.NamedParameters); } |
| ||||
catch (HibernateException) { // Do not call Convert on HibernateExceptions throw; } catch (Exception sqle) { throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, sqle, "could not execute query", SqlString, queryParameters.PositionalParameterValues, queryParameters.NamedParameters); } |
| |||
catch (HibernateException) { // Do not call Convert on HibernateExceptions throw; // Don't call Convert on HibernateExceptions } catch (Exception sqle) { throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, sqle, [[#variable2a51f580]], SqlString, queryParameters.PositionalParameterValues, queryParameters.NamedParameters); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2a51f580]] | "could not read next row of results" |
1 | 2 | [[#2a51f580]] | "could not execute query" |