CloneSet1231


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.979non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13161
src/NHibernate/Cache/QueryKey.cs
23165
src/NHibernate/Cache/QueryKey.cs
Clone Instance
1
Line Count
3
Source Line
161
Source File
src/NHibernate/Cache/QueryKey.cs

                                for (int i = 0; i < types.Length; i++)
                                {
                                        result = 37 * result + (types[i] == null ? 0:  types[i].GetHashCode());
                                }


Clone Instance
2
Line Count
3
Source Line
165
Source File
src/NHibernate/Cache/QueryKey.cs

                                for (int i = 0; i < values.Length; i++)
                                {
                                        result = 37 * result + (values[i] == null ? 0:  values[i].GetHashCode());
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

for (int i = 0; i < [[#variable52dbf2c0]].Length; i++)
{
   result = 37 * result + ( [[#variable52dbf2c0]][i] == null ?
                           0: [[#variable52dbf2c0]][i].GetHashCode());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52dbf2c0]]
values 
12[[#52dbf2c0]]
types