CloneSet2315


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1727
src/NHibernate/AdoNet/Util/FormatStyle.cs
27116
src/NHibernate/LockMode.cs
Clone Instance
1
Line Count
7
Source Line
27
Source File
src/NHibernate/AdoNet/Util/FormatStyle.cs

                        if (other == null)
                        {
                                return false;
                        }
                        if (ReferenceEquals(this, other))
                        {
                                return true;
                        }


Clone Instance
2
Line Count
7
Source Line
116
Source File
src/NHibernate/LockMode.cs

                        if (other == null)
                        {
                                return false;
                        }
                        if (ReferenceEquals(this, other))
                        {
                                return true;
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

if (other == null)
{
   return false;
}
if (ReferenceEquals(this, other))
{
   return true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None