CloneSet1570


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

                                hash = 29 * hash + (shallow ? 1:  0);
                                hash = 29 * hash + CollectionHelper.GetHashCode(filterNames);
                                hashCode = hash;


Clone Instance
2
Line Count
3
Source Line
239
Source File
src/NHibernate/Engine/Query/QueryPlanCache.cs

                                hash = 29 * hash + (shallow ? 1:  0);
                                hash = 29 * hash + CollectionHelper.GetHashCode(filterNames);
                                hashCode = hash;


Clone AbstractionParameter Count: 0Parameter Bindings

hash = 29 * hash + (shallow ?
                    1: 0);
hash = 29 * hash + CollectionHelper.GetHashCode(filterNames);
hashCode = hash;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None