CloneSet651


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2420.982statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1332
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs
2350
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs
3353
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs
4271
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs
Clone Instance
1
Line Count
3
Source Line
32
Source File
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs

                        Assert.That(cfg.GetClassMapping( typeof( Customer).FullName), Is.Null, "cannot be in the configuration yet!");

                        cfg.AddResource(BaseForMappings + "Extendshbm.Person.hbm.xml", typeof( ExtendsFixture).Assembly);


Clone Instance
2
Line Count
3
Source Line
50
Source File
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs

                        Assert.That(cfg.GetClassMapping( typeof( Customer).FullName), Is.Null, "cannot be in the configuration yet!");

                        cfg.AddResource(BaseForMappings + "Extendshbm.Employee.hbm.xml", typeof( ExtendsFixture).Assembly);


Clone Instance
3
Line Count
3
Source Line
53
Source File
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs

                        Assert.That(cfg.GetClassMapping( typeof( Employee).FullName), Is.Null, "cannot be in the configuration yet!");

                        cfg.AddResource(BaseForMappings + "Extendshbm.Person.hbm.xml", typeof( ExtendsFixture).Assembly);


Clone Instance
4
Line Count
2
Source Line
71
Source File
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs

                                Assert.That(cfg.GetClassMapping( typeof( Customer).FullName), Is.Null, "cannot be in the configuration yet!");
                                cfg.AddResource(BaseForMappings + "Extendshbm.Employee.hbm.xml", typeof( ExtendsFixture).Assembly);


Clone AbstractionParameter Count: 2Parameter Bindings

Assert.That(cfg.GetClassMapping( typeof( [[#variable5459b9a0]]).FullName), Is.Null, "cannot be in the configuration yet!");
cfg.AddResource(BaseForMappings + [[#variable50654f60]], typeof(ExtendsFixture).Assembly);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5459b9a0]]
Customer 
12[[#5459b9a0]]
Employee 
13[[#5459b9a0]]
Customer 
14[[#5459b9a0]]
Customer 
21[[#50654f60]]
"Extendshbm.Employee.hbm.xml" 
22[[#50654f60]]
"Extendshbm.Person.hbm.xml" 
23[[#50654f60]]
"Extendshbm.Person.hbm.xml" 
24[[#50654f60]]
"Extendshbm.Employee.hbm.xml"