Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 4 | 0.969 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 32 | src/NHibernate.Test/NHSpecificTest/NH1443/Fixture.cs |
2 | 4 | 58 | src/NHibernate.Test/NHSpecificTest/NH1443/Fixture.cs |
3 | 4 | 32 | src/NHibernate.Test/NHSpecificTest/NH1521/Fixture.cs |
4 | 4 | 61 | src/NHibernate.Test/NHSpecificTest/NH1521/Fixture.cs |
| ||||
cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1443.AclassWithNothing.hbm.xml", GetType().Assembly); cfg.SetProperty(Environment.DefaultCatalog, "nhibernate"); cfg.SetProperty(Environment.DefaultSchema, "dbo"); Bug(cfg); |
| ||||
cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1443.AclassWithDefault.hbm.xml", GetType().Assembly); cfg.SetProperty(Environment.DefaultCatalog, "somethingDifferent"); cfg.SetProperty(Environment.DefaultSchema, "somethingDifferent"); Bug(cfg); |
| ||||
cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1521.AclassWithNothing.hbm.xml", GetType().Assembly); cfg.SetProperty(Environment.DefaultCatalog, "nhibernate"); cfg.SetProperty(Environment.DefaultSchema, "dbo"); AssertThatCheckOnTableExistenceIsCorrect(cfg); |
| ||||
cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1521.AclassWithDefault.hbm.xml", GetType().Assembly); cfg.SetProperty(Environment.DefaultCatalog, "somethingDifferent"); cfg.SetProperty(Environment.DefaultSchema, "somethingDifferent"); AssertThatCheckOnTableExistenceIsCorrect(cfg); |
| |||
cfg.AddResource( [[#variable663588e0]], GetType().Assembly); cfg.SetProperty(Environment.DefaultCatalog, [[#variable545f5c20]]); cfg.SetProperty(Environment.DefaultSchema, [[#variable545f51a0]]); [[#variable66358720]](cfg); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#663588e0]] | "NHibernate.Test.NHSpecificTest.NH1443.AclassWithDefault.hbm.xml" |
1 | 2 | [[#663588e0]] | "NHibernate.Test.NHSpecificTest.NH1521.AclassWithDefault.hbm.xml" |
1 | 3 | [[#663588e0]] | "NHibernate.Test.NHSpecificTest.NH1443.AclassWithNothing.hbm.xml" |
1 | 4 | [[#663588e0]] | "NHibernate.Test.NHSpecificTest.NH1521.AclassWithNothing.hbm.xml" |
2 | 1 | [[#545f5c20]] | "somethingDifferent" |
2 | 2 | [[#545f5c20]] | "somethingDifferent" |
2 | 3 | [[#545f5c20]] | "nhibernate" |
2 | 4 | [[#545f5c20]] | "nhibernate" |
3 | 1 | [[#545f51a0]] | "somethingDifferent" |
3 | 2 | [[#545f51a0]] | "somethingDifferent" |
3 | 3 | [[#545f51a0]] | "dbo" |
3 | 4 | [[#545f51a0]] | "dbo" |
4 | 1 | [[#66358720]] | Bug |
4 | 2 | [[#66358720]] | AssertThatCheckOnTableExistenceIsCorrect |
4 | 3 | [[#66358720]] | Bug |
4 | 4 | [[#66358720]] | AssertThatCheckOnTableExistenceIsCorrect |