Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 3 | 0.953 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 397 | src/NHibernate/Impl/SessionImpl.cs |
2 | 9 | 2314 | src/NHibernate/Impl/SessionImpl.cs |
| ||||
if (rootSession == null) { try { interceptor.AfterTransactionCompletion(tx); } catch (Exception t) { log.Error("exception in interceptor afterTransactionCompletion()", t); } } |
| ||||
if (rootSession == null) { try { interceptor.BeforeTransactionCompletion(tx); } catch (Exception e) { log.Error("exception in interceptor BeforeTransactionCompletion()", e); } } |
| |||
if (rootSession == null) { try { interceptor. [[#variable6c790220]](tx); } catch (Exception [[#variable6ca01580]]) { log.Error( [[#variable54b88220]], [[#variable6ca01580]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6c790220]] | AfterTransactionCompletion |
1 | 2 | [[#6c790220]] | BeforeTransactionCompletion |
2 | 1 | [[#6ca01580]] | t |
2 | 2 | [[#6ca01580]] | e |
3 | 1 | [[#54b88220]] | "exception in interceptor afterTransactionCompletion()" |
3 | 2 | [[#54b88220]] | "exception in interceptor BeforeTransactionCompletion()" |