CloneSet317


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3401.000statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1320
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs
2339
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs
3358
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs
4389
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs
Clone Instance
1
Line Count
3
Source Line
20
Source File
src/NHibernate.Test/Extendshbm/ExtendsFixture.cs

                        Assert.That(cfg.GetClassMapping( typeof( Customer).FullName), Is.Not.Null);
                        Assert.That(cfg.GetClassMapping( typeof(Person).FullName), Is.Not.Null);
                        Assert.That(cfg.GetClassMapping( typeof(Employee).FullName), Is.Not.Null);


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

                        Assert.That(cfg.GetClassMapping( typeof( Customer).FullName), Is.Not.Null);
                        Assert.That(cfg.GetClassMapping( typeof( Person).FullName), Is.Not.Null);
                        Assert.That(cfg.GetClassMapping( typeof( Employee).FullName), Is.Not.Null);


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

                        Assert.That(cfg.GetClassMapping( typeof( Customer).FullName), Is.Not.Null);
                        Assert.That(cfg.GetClassMapping( typeof( Person).FullName), Is.Not.Null);
                        Assert.That(cfg.GetClassMapping( typeof( Employee).FullName), Is.Not.Null);


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

                        Assert.That(cfg.GetClassMapping( typeof( Customer).FullName), Is.Not.Null);
                        Assert.That(cfg.GetClassMapping( typeof( Person).FullName), Is.Not.Null);
                        Assert.That(cfg.GetClassMapping( typeof( Employee).FullName), Is.Not.Null);


Clone AbstractionParameter Count: 0Parameter Bindings

Assert.That(cfg.GetClassMapping( typeof(Customer).FullName), Is.Not.Null);
Assert.That(cfg.GetClassMapping( typeof(Person).FullName), Is.Not.Null);
Assert.That(cfg.GetClassMapping( typeof(Employee).FullName), Is.Not.Null);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None