CloneSet2474


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1837
src/NHibernate/Event/Default/DefaultAutoFlushEventListener.cs
2619
src/NHibernate/Event/Default/DefaultFlushEventListener.cs
Clone Instance
1
Line Count
8
Source Line
37
Source File
src/NHibernate/Event/Default/DefaultAutoFlushEventListener.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();
                                        }


Clone Instance
2
Line Count
6
Source Line
19
Source File
src/NHibernate/Event/Default/DefaultFlushEventListener.cs

                                PerformExecutions(source);
                                PostFlush(source);

                                if (source.Factory.Statistics.IsStatisticsEnabled)
                                {
                                        source.Factory.StatisticsImplementor.Flush();
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None