Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 2 | 0.974 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 97 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
2 | 2 | 120 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
3 | 2 | 178 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
4 | 2 | 198 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
5 | 2 | 217 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
6 | 2 | 238 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
| ||||
HibernateConfiguration hc = new HibernateConfiguration(xtr); Assert.AreEqual(2, hc.SessionFactory.Properties.Count); |
| ||||
HibernateConfiguration hc = new HibernateConfiguration(xtr); Assert.AreEqual(4, hc.SessionFactory.Mappings.Count); |
| ||||
HibernateConfiguration hc = new HibernateConfiguration(xtr); Assert.AreEqual(1, hc.SessionFactory.ClassesCache.Count); |
| ||||
HibernateConfiguration hc = new HibernateConfiguration(xtr); Assert.AreEqual(1, hc.SessionFactory.CollectionsCache.Count); |
| ||||
HibernateConfiguration hc = new HibernateConfiguration(xtr); Assert.AreEqual(1, hc.SessionFactory.Listeners.Count); |
| ||||
HibernateConfiguration hc = new HibernateConfiguration(xtr); Assert.AreEqual(1, hc.SessionFactory.Events.Count); |
| |||
HibernateConfiguration hc = new HibernateConfiguration(xtr); Assert.AreEqual( [[#variable5f74a580]], hc.SessionFactory. [[#variable2bb28d80]].Count); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f74a580]] | 1 |
1 | 2 | [[#5f74a580]] | 1 |
1 | 3 | [[#5f74a580]] | 1 |
1 | 4 | [[#5f74a580]] | 4 |
1 | 5 | [[#5f74a580]] | 2 |
1 | 6 | [[#5f74a580]] | 1 |
2 | 1 | [[#2bb28d80]] | Events |
2 | 2 | [[#2bb28d80]] | CollectionsCache |
2 | 3 | [[#2bb28d80]] | ClassesCache |
2 | 4 | [[#2bb28d80]] | Mappings |
2 | 5 | [[#2bb28d80]] | Properties |
2 | 6 | [[#2bb28d80]] | Listeners |