CloneSet1252


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

                                if (shallow != that.shallow)
                                {
                                        return false;
                                }

                                if ( !CollectionHelper.SetEquals(filterNames, that.filterNames))
                                {
                                        return false;
                                }

                                if ( !query.Equals(that.query))
                                {
                                        return false;
                                }


Clone Instance
2
Line Count
11
Source Line
255
Source File
src/NHibernate/Engine/Query/QueryPlanCache.cs

                                if (shallow != that.shallow)
                                {
                                        return false;
                                }
                                if ( !CollectionHelper.SetEquals(filterNames, that.filterNames))
                                {
                                        return false;
                                }
                                if ( !query.Equals(that.query))
                                {
                                        return false;
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

if (shallow != that.shallow)
{
   return false;
}
if ( !CollectionHelper.SetEquals(filterNames, that.filterNames))
{
   return false;
}
if ( !query.Equals(that.query))
{
   return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None