CloneSet2015


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12826
src/NHibernate/Impl/SessionImpl.cs
22845
src/NHibernate/Impl/SessionImpl.cs
Clone Instance
1
Line Count
2
Source Line
826
Source File
src/NHibernate/Impl/SessionImpl.cs

                                        entry = persistenceContext.GetCollectionEntryOrNull(collection);
                                        ICollectionPersister roleAfterFlush = (entry == null) ? null:  entry.LoadedPersister;


Clone Instance
2
Line Count
2
Source Line
845
Source File
src/NHibernate/Impl/SessionImpl.cs

                                                // might need to run a different filter entirely after the flush
                                                // because the collection role may have changed
                                                entry = persistenceContext.GetCollectionEntryOrNull(collection);
                                                ICollectionPersister roleAfterFlush = (entry == null) ? null:  entry.LoadedPersister;


Clone AbstractionParameter Count: 0Parameter Bindings

// might need to run a different filter entirely after the flush
// because the collection role may have changed
entry = persistenceContext.GetCollectionEntryOrNull(collection);
ICollectionPersister roleAfterFlush = (entry == null) ?
                                      null: entry.LoadedPersister;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None