CloneSet1153


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112160
src/NHibernate/Engine/Query/QueryPlanCache.cs
212226
src/NHibernate/Engine/Query/QueryPlanCache.cs
Clone Instance
1
Line Count
12
Source Line
160
Source File
src/NHibernate/Engine/Query/QueryPlanCache.cs

                                this.shallow = shallow;

                                if (enabledFilters == null || (enabledFilters.Count == 0))
                                {
                                        filterNames = new HashedSet<string> ();
                                }
                                else
                                {
                                        filterNames = new HashedSet<string> (enabledFilters.Keys);
                                }

                                int hash = query.GetHashCode();


Clone Instance
2
Line Count
12
Source Line
226
Source File
src/NHibernate/Engine/Query/QueryPlanCache.cs

                                this.shallow = shallow;

                                if (enabledFilters == null || (enabledFilters.Count == 0))
                                {
                                        filterNames = new HashedSet<string> ();
                                }
                                else
                                {
                                        filterNames = new HashedSet<string> (enabledFilters.Keys);
                                }

                                int hash = query.GetHashCode();


Clone AbstractionParameter Count: 0Parameter Bindings

this.shallow = shallow;
if (enabledFilters == null || (enabledFilters.Count == 0))
{
   filterNames = new HashedSet<string> ();
}
else
{
   filterNames = new HashedSet<string> (enabledFilters.Keys);
}
int hash = query.GetHashCode();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None