Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.985 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 620 | src/NHibernate/Impl/SessionImpl.cs |
2 | 2 | 687 | src/NHibernate/Impl/SessionImpl.cs |
3 | 2 | 708 | src/NHibernate/Impl/SessionImpl.cs |
4 | 2 | 2723 | src/NHibernate/Impl/SessionImpl.cs |
| ||||
HQLQueryPlan plan = GetHQLQueryPlan(query, false); AutoFlushIfRequired(plan.QuerySpaces); |
| ||||
HQLQueryPlan plan = GetHQLQueryPlan(query, true); AutoFlushIfRequired(plan.QuerySpaces); |
| ||||
HQLQueryPlan plan = GetHQLQueryPlan(query, true); AutoFlushIfRequired(plan.QuerySpaces); |
| ||||
HQLQueryPlan plan = GetHQLQueryPlan(query, false); AutoFlushIfRequired(plan.QuerySpaces); |
| |||
HQLQueryPlan plan = GetHQLQueryPlan(query, [[#variable4e6136c0]]); AutoFlushIfRequired(plan.QuerySpaces); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e6136c0]] | false |
1 | 2 | [[#4e6136c0]] | true |
1 | 3 | [[#4e6136c0]] | false |
1 | 4 | [[#4e6136c0]] | true |