Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.965 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 24 | src/NHibernate.Test/NHSpecificTest/LoadingNullEntityInSet/Fixture.cs |
2 | 7 | 33 | src/NHibernate.Test/NHSpecificTest/LoadingNullEntityInSet/Fixture.cs |
| ||||
protected override void BuildSessionFactory() { cfg.GetCollectionMapping( typeof( Employee).FullName + ".Primaries"). CollectionTable.Name = "WantedProfessions"; cfg.GetCollectionMapping( typeof( Employee).FullName + ".Secondaries"). CollectionTable.Name = "WantedProfessions"; base.BuildSessionFactory(); } |
| ||||
protected override void OnTearDown() { cfg.GetCollectionMapping( typeof( Employee).FullName + ".Primaries"). CollectionTable.Name = "WantedProfessions_DUMMY_1"; cfg.GetCollectionMapping( typeof( Employee).FullName + ".Secondaries"). CollectionTable.Name = "WantedProfessions_DUMMY_2"; base.OnTearDown(); } |
| |||
protected override void [[#variable276a6040]]() { cfg.GetCollectionMapping( typeof(Employee).FullName + ".Primaries").CollectionTable.Name = [[#variable2772ffc0]]; cfg.GetCollectionMapping( typeof(Employee).FullName + ".Secondaries").CollectionTable.Name = [[#variable2772ff40]]; base. [[#variable276a6040]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#276a6040]] | BuildSessionFactory |
1 | 2 | [[#276a6040]] | OnTearDown |
2 | 1 | [[#2772ffc0]] | "WantedProfessions" |
2 | 2 | [[#2772ffc0]] | "WantedProfessions_DUMMY_1" |
3 | 1 | [[#2772ff40]] | "WantedProfessions" |
3 | 2 | [[#2772ff40]] | "WantedProfessions_DUMMY_2" |