Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.982 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 32 | src/NHibernate.Test/Extendshbm/ExtendsFixture.cs |
2 | 3 | 50 | src/NHibernate.Test/Extendshbm/ExtendsFixture.cs |
3 | 3 | 53 | src/NHibernate.Test/Extendshbm/ExtendsFixture.cs |
4 | 2 | 71 | src/NHibernate.Test/Extendshbm/ExtendsFixture.cs |
| ||||
Assert.That(cfg.GetClassMapping( typeof( Customer).FullName), Is.Null, "cannot be in the configuration yet!"); cfg.AddResource(BaseForMappings + "Extendshbm.Person.hbm.xml", typeof( ExtendsFixture).Assembly); |
| ||||
Assert.That(cfg.GetClassMapping( typeof( Customer).FullName), Is.Null, "cannot be in the configuration yet!"); cfg.AddResource(BaseForMappings + "Extendshbm.Employee.hbm.xml", typeof( ExtendsFixture).Assembly); |
| ||||
Assert.That(cfg.GetClassMapping( typeof( Employee).FullName), Is.Null, "cannot be in the configuration yet!"); cfg.AddResource(BaseForMappings + "Extendshbm.Person.hbm.xml", typeof( ExtendsFixture).Assembly); |
| ||||
Assert.That(cfg.GetClassMapping( typeof( Customer).FullName), Is.Null, "cannot be in the configuration yet!"); cfg.AddResource(BaseForMappings + "Extendshbm.Employee.hbm.xml", typeof( ExtendsFixture).Assembly); |
| |||
Assert.That(cfg.GetClassMapping( typeof( [[#variable5459b9a0]]).FullName), Is.Null, "cannot be in the configuration yet!"); cfg.AddResource(BaseForMappings + [[#variable50654f60]], typeof(ExtendsFixture).Assembly); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5459b9a0]] | Customer |
1 | 2 | [[#5459b9a0]] | Employee |
1 | 3 | [[#5459b9a0]] | Customer |
1 | 4 | [[#5459b9a0]] | Customer |
2 | 1 | [[#50654f60]] | "Extendshbm.Employee.hbm.xml" |
2 | 2 | [[#50654f60]] | "Extendshbm.Person.hbm.xml" |
2 | 3 | [[#50654f60]] | "Extendshbm.Person.hbm.xml" |
2 | 4 | [[#50654f60]] | "Extendshbm.Employee.hbm.xml" |