Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.991 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 177 | src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs |
2 | 3 | 181 | src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs |
| ||||
cm = cfg.GetClassMapping("NHibernate.Test.MappingTest.Cat"); metaAttribute = cm.GetMetaAttribute("Auditable"); Assert.That(metaAttribute, Is.Not.Null); |
| ||||
cm = cfg.GetClassMapping("NHibernate.Test.MappingTest.Dog"); metaAttribute = cm.GetMetaAttribute("Auditable"); Assert.That(metaAttribute, Is.Not.Null); |
| |||
cm = cfg.GetClassMapping( [[#variable27144e80]]); metaAttribute = cm.GetMetaAttribute("Auditable"); Assert.That(metaAttribute, Is.Not.Null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27144e80]] | "NHibernate.Test.MappingTest.Dog" |
1 | 2 | [[#27144e80]] | "NHibernate.Test.MappingTest.Cat" |