Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 0 | 1.000 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 20 | src/NHibernate.Test/Extendshbm/ExtendsFixture.cs |
2 | 3 | 39 | src/NHibernate.Test/Extendshbm/ExtendsFixture.cs |
3 | 3 | 58 | src/NHibernate.Test/Extendshbm/ExtendsFixture.cs |
4 | 3 | 89 | 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); |
| ||||
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); |
| ||||
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); |
| ||||
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); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |