Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.971 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1417 | src/NHibernate/Cfg/Configuration.cs |
2 | 3 | 1422 | src/NHibernate/Cfg/Configuration.cs |
| ||||
if (assembly == null) { throw new HibernateException("Could not configure NHibernate.", new ArgumentNullException("assembly")); } |
| ||||
if (resourceName == null) { throw new HibernateException("Could not configure NHibernate.", new ArgumentNullException("resourceName")); } |
| |||
if ( [[#variable5ebbf2e0]]== null) { throw new HibernateException("Could not configure NHibernate.", new ArgumentNullException( [[#variable5ebbf280]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ebbf2e0]] | assembly |
1 | 2 | [[#5ebbf2e0]] | resourceName |
2 | 1 | [[#5ebbf280]] | "assembly" |
2 | 2 | [[#5ebbf280]] | "resourceName" |