Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.984 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 38 | src/NHibernate.Test/NHSpecificTest/NH1521/Fixture.cs |
2 | 7 | 47 | src/NHibernate.Test/NHSpecificTest/NH1521/Fixture.cs |
| ||||
[Test] public void WithDefaultValuesInMapping() { Configuration cfg = TestConfigurationHelper.GetDefaultConfiguration(); CheckDialect(cfg); cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1521.AclassWithDefault.hbm.xml", GetType().Assembly); AssertThatCheckOnTableExistenceIsCorrect(cfg); } |
| ||||
[Test] public void WithSpecificValuesInMapping() { Configuration cfg = TestConfigurationHelper.GetDefaultConfiguration(); CheckDialect(cfg); cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1521.AclassWithSpecific.hbm.xml", GetType().Assembly); AssertThatCheckOnTableExistenceIsCorrect(cfg); } |
| |||
[Test] public void [[#variable2980dfc0]]() { Configuration cfg = TestConfigurationHelper.GetDefaultConfiguration(); CheckDialect(cfg); cfg.AddResource( [[#variable29741280]], GetType().Assembly); AssertThatCheckOnTableExistenceIsCorrect(cfg); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2980dfc0]] | WithDefaultValuesInMapping |
1 | 2 | [[#2980dfc0]] | WithSpecificValuesInMapping |
2 | 1 | [[#29741280]] | "NHibernate.Test.NHSpecificTest.NH1521.AclassWithDefault.hbm.xml" |
2 | 2 | [[#29741280]] | "NHibernate.Test.NHSpecificTest.NH1521.AclassWithSpecific.hbm.xml" |