Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 37 | src/NHibernate/Event/Default/DefaultAutoFlushEventListener.cs |
2 | 6 | 19 | src/NHibernate/Event/Default/DefaultFlushEventListener.cs |
| ||||
PerformExecutions(source); PostFlush(source); // note: performExecutions() clears all collectionXxxxtion // collections (the collection actions) in the session if (source.Factory.Statistics.IsStatisticsEnabled) { source.Factory.StatisticsImplementor.Flush(); } |
| ||||
PerformExecutions(source); PostFlush(source); if (source.Factory.Statistics.IsStatisticsEnabled) { source.Factory.StatisticsImplementor.Flush(); } |
| |||
PerformExecutions(source); PostFlush(source); // note: performExecutions() clears all collectionXxxxtion // collections (the collection actions) in the session if (source.Factory.Statistics.IsStatisticsEnabled) { source.Factory.StatisticsImplementor.Flush(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |