Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.992 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 828 | src/NHibernate/Impl/SessionImpl.cs |
2 | 6 | 849 | src/NHibernate/Impl/SessionImpl.cs |
| ||||
if (roleAfterFlush == null) { throw new QueryException("The collection was unreferenced"); } plan = Factory.QueryPlanCache.GetFilterQueryPlan(filter, roleAfterFlush.Role, shallow, EnabledFilters); |
| ||||
if (roleAfterFlush == null) { throw new QueryException("The collection was dereferenced"); } plan = Factory.QueryPlanCache.GetFilterQueryPlan(filter, roleAfterFlush.Role, shallow, EnabledFilters); |
| |||
if (roleAfterFlush == null) { throw new QueryException( [[#variable298956c0]]); } plan = Factory.QueryPlanCache.GetFilterQueryPlan(filter, roleAfterFlush.Role, shallow, EnabledFilters); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#298956c0]] | "The collection was dereferenced" |
1 | 2 | [[#298956c0]] | "The collection was unreferenced" |