Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.961 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 123 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
2 | 1 | 124 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
3 | 1 | 125 | src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs |
| ||||
Assert.IsTrue(hc.SessionFactory.Mappings.Contains(new MappingConfiguration("AAssembly", null))); |
| ||||
Assert.IsTrue(hc.SessionFactory.Mappings.Contains(new MappingConfiguration("AAssemblyWithResource", "AResource"))); |
| ||||
Assert.IsTrue(hc.SessionFactory.Mappings.Contains(new MappingConfiguration("AAssemblyWithResource", "AnotherResource"))); |
| |||
Assert.IsTrue(hc.SessionFactory.Mappings.Contains(new MappingConfiguration( [[#variable2c786a60]], [[#variable2f56eb00]]))); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2c786a60]] | "AAssembly" |
1 | 2 | [[#2c786a60]] | "AAssemblyWithResource" |
1 | 3 | [[#2c786a60]] | "AAssemblyWithResource" |
2 | 1 | [[#2f56eb00]] | null |
2 | 2 | [[#2f56eb00]] | "AResource" |
2 | 3 | [[#2f56eb00]] | "AnotherResource" |