CloneSet2931


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1517
src/NHibernate/InstantiationException.cs
2536
src/NHibernate/InstantiationException.cs
Clone Instance
1
Line Count
5
Source Line
17
Source File
src/NHibernate/InstantiationException.cs

                {
                        if (type == null)
                                throw new ArgumentNullException("type");

                        this.type = type;
                }


Clone Instance
2
Line Count
5
Source Line
36
Source File
src/NHibernate/InstantiationException.cs

                {
                        if (type == null)
                                throw new ArgumentNullException("type");

                        this.type = type;
                }


Clone AbstractionParameter Count: 0Parameter Bindings

{
   if (type == null)
      throw new ArgumentNullException("type");
   this.type = type;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None