Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 2 | 0.986 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 13 | src/NHibernate.Test/NHSpecificTest/NH1355/CustomVersionType.cs |
2 | 14 | 30 | src/NHibernate.Test/NHSpecificTest/NH1355/CustomVersionType.cs |
| ||||
[Test] public void Bug() { Configuration cfg = new Configuration(); Assembly domain = typeof(Category).Assembly; cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1355.Category.hbm.xml", domain); try { cfg.BuildSessionFactory(); } catch (MappingException) { Assert.Fail("Should not throw exception"); } } |
| ||||
[Test] public void BugSubTask() { Configuration cfg = new Configuration(); Assembly domain = typeof(Category).Assembly; cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1355.CategoryTD.hbm.xml", domain); try { cfg.BuildSessionFactory(); } catch (MappingException) { Assert.Fail("Should not throw exception"); } } |
| |||
[Test] public void [[#variable27b118c0]]() { Configuration cfg = new Configuration(); Assembly domain = typeof(Category).Assembly; cfg.AddResource( [[#variable27b11840]], domain); try { cfg.BuildSessionFactory(); } catch (MappingException) { Assert.Fail("Should not throw exception"); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27b118c0]] | Bug |
1 | 2 | [[#27b118c0]] | BugSubTask |
2 | 1 | [[#27b11840]] | "NHibernate.Test.NHSpecificTest.NH1355.Category.hbm.xml" |
2 | 2 | [[#27b11840]] | "NHibernate.Test.NHSpecificTest.NH1355.CategoryTD.hbm.xml" |