Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
18 | 2 | 1 | 0.993 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 18 | 625 | src/NHibernate/Impl/SessionImpl.cs |
2 | 18 | 1759 | src/NHibernate/Impl/SessionImpl.cs |
| ||||
try { plan.PerformList(queryParameters, this, results); success = true; } catch (HibernateException) { // Do not call Convert on HibernateExceptions throw; } catch (Exception e) { throw Convert(e, "Could not execute query"); } finally { dontFlushFromFind--; AfterOperation(success); } |
| ||||
try { plan.PerformList(queryParameters, this, results); success = true; } catch (HibernateException) { // Do not call Convert on HibernateExceptions throw; } catch (Exception e) { throw Convert(e, "could not execute query"); } finally { dontFlushFromFind--; AfterOperation(success); } |
| |||
try { plan.PerformList(queryParameters, this, results); success = true; } catch (HibernateException) { // Do not call Convert on HibernateExceptions throw; } catch (Exception e) { throw Convert(e, [[#variable27ba5be0]]); } finally { dontFlushFromFind--; AfterOperation(success); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27ba5be0]] | "Could not execute query" |
1 | 2 | [[#27ba5be0]] | "could not execute query" |