Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 2 | 0.951 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 412 | src/NHibernate/Transaction/AdoTransaction.cs |
2 | 12 | 432 | src/NHibernate/Transaction/AdoTransaction.cs |
| ||||
if (synchronizations != null) { for (int i = 0; i < synchronizations.Count; i++) { ISynchronization sync = synchronizations[i]; try { sync.BeforeCompletion(); } catch (Exception e) { log.Error("exception calling user Synchronization", e); } } } |
| ||||
if (synchronizations != null) { for (int i = 0; i < synchronizations.Count; i++) { ISynchronization sync = synchronizations[i]; try { sync.AfterCompletion(success); } catch (Exception e) { log.Error("exception calling user Synchronization", e); } } } |
| |||
if (synchronizations != null) { for (int i = 0; i < synchronizations.Count; i++) { ISynchronization sync = synchronizations[i]; try { sync. [[#variable2d01c4c0]]( [[#variable2d01c440]]); } catch (Exception e) { log.Error("exception calling user Synchronization", e); } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d01c4c0]] | BeforeCompletion |
1 | 2 | [[#2d01c4c0]] | AfterCompletion |
2 | 1 | [[#2d01c440]] | |
2 | 2 | [[#2d01c440]] | success |