Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.981 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 38 | src/NHibernate.Test/NHSpecificTest/NH1443/Fixture.cs |
2 | 6 | 46 | src/NHibernate.Test/NHSpecificTest/NH1443/Fixture.cs |
| ||||
[Test] public void WithDefaultValuesInMapping() { Configuration cfg = TestConfigurationHelper.GetDefaultConfiguration(); cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1443.AclassWithDefault.hbm.xml", GetType().Assembly); Bug(cfg); } |
| ||||
[Test] public void WithSpecificValuesInMapping() { Configuration cfg = TestConfigurationHelper.GetDefaultConfiguration(); cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1443.AclassWithSpecific.hbm.xml", GetType().Assembly); Bug(cfg); } |
| |||
[Test] public void [[#variable271d8c40]]() { Configuration cfg = TestConfigurationHelper.GetDefaultConfiguration(); cfg.AddResource( [[#variable271d8b60]], GetType().Assembly); Bug(cfg); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#271d8c40]] | WithDefaultValuesInMapping |
1 | 2 | [[#271d8c40]] | WithSpecificValuesInMapping |
2 | 1 | [[#271d8b60]] | "NHibernate.Test.NHSpecificTest.NH1443.AclassWithDefault.hbm.xml" |
2 | 2 | [[#271d8b60]] | "NHibernate.Test.NHSpecificTest.NH1443.AclassWithSpecific.hbm.xml" |