Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.985 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 651 | src/NHibernate/Impl/SessionImpl.cs |
2 | 1 | 374 | src/NHibernate/Impl/StatelessSessionImpl.cs |
| ||||
HQLQueryPlan plan = Factory.QueryPlanCache.GetHQLQueryPlan(query, scalar, enabledFilters); |
| ||||
// take the union of the query spaces (ie the queried tables) HQLQueryPlan plan = Factory.QueryPlanCache.GetHQLQueryPlan(query, scalar, EnabledFilters); |
| |||
// take the union of the query spaces (ie the queried tables) HQLQueryPlan plan = Factory.QueryPlanCache.GetHQLQueryPlan(query, scalar, [[#variable6e645f60]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e645f60]] | EnabledFilters |
1 | 2 | [[#6e645f60]] | enabledFilters |