Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.982 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 83 | src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs |
2 | 3 | 173 | src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs |
| ||||
PersistentClass cm = cfg.GetClassMapping("NHibernate.Test.MappingTest.Wicked"); MetaAttribute metaAttribute = cm.GetMetaAttribute("globalmutated"); Assert.That(metaAttribute, Is.Not.Null); |
| ||||
PersistentClass cm = cfg.GetClassMapping("NHibernate.Test.MappingTest.DomesticAnimal"); MetaAttribute metaAttribute = cm.GetMetaAttribute("Auditable"); Assert.That(metaAttribute, Is.Not.Null); |
| |||
PersistentClass cm = cfg.GetClassMapping( [[#variable27753c20]]); MetaAttribute metaAttribute = cm.GetMetaAttribute( [[#variable27753be0]]); Assert.That(metaAttribute, Is.Not.Null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27753c20]] | "NHibernate.Test.MappingTest.Wicked" |
1 | 2 | [[#27753c20]] | "NHibernate.Test.MappingTest.DomesticAnimal" |
2 | 1 | [[#27753be0]] | "globalmutated" |
2 | 2 | [[#27753be0]] | "Auditable" |