CloneSet2634


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.971non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131417
src/NHibernate/Cfg/Configuration.cs
231422
src/NHibernate/Cfg/Configuration.cs
Clone Instance
1
Line Count
3
Source Line
1417
Source File
src/NHibernate/Cfg/Configuration.cs

                        if (assembly == null)
                        {
                                throw new HibernateException("Could not configure NHibernate.", new ArgumentNullException("assembly"));
                        }


Clone Instance
2
Line Count
3
Source Line
1422
Source File
src/NHibernate/Cfg/Configuration.cs

                        if (resourceName == null)
                        {
                                throw new HibernateException("Could not configure NHibernate.", new ArgumentNullException("resourceName"));
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable5ebbf2e0]]== null)
{
   throw new HibernateException("Could not configure NHibernate.", new ArgumentNullException( [[#variable5ebbf280]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5ebbf2e0]]
assembly 
12[[#5ebbf2e0]]
resourceName 
21[[#5ebbf280]]
"assembly" 
22[[#5ebbf280]]
"resourceName"