CloneSet1502


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

                                        if (roleAfterFlush == null)
                                        {
                                                throw new QueryException("The collection was unreferenced");
                                        }
                                        plan = Factory.QueryPlanCache.GetFilterQueryPlan(filter, roleAfterFlush.Role, shallow,
                                                                                                                                         EnabledFilters);


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

                                                        if (roleAfterFlush == null)
                                                        {
                                                                throw new QueryException("The collection was dereferenced");
                                                        }
                                                        plan = Factory.QueryPlanCache.GetFilterQueryPlan(filter, roleAfterFlush.Role, shallow,
                                                                                                                                                         EnabledFilters);


Clone AbstractionParameter Count: 1Parameter Bindings

if (roleAfterFlush == null)
{
   throw new QueryException( [[#variable298956c0]]);
}
plan = Factory.QueryPlanCache.GetFilterQueryPlan(filter, roleAfterFlush.Role, shallow, EnabledFilters);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#298956c0]]
"The collection was dereferenced" 
12[[#298956c0]]
"The collection was unreferenced"