Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 140 | src/NHibernate.Test/Bytecode/Lightweight/BytecodeProviderFixture.cs |
2 | 2 | 151 | src/NHibernate.Test/Bytecode/Lightweight/BytecodeProviderFixture.cs |
| ||||
// Allow set of CustomCollectionTypeFactory class after configure BUT before add the first mapping. // for real we need CustomCollectionTypeFactory before BuildSessionFactory but for possible future // "mapping-sources" is better to limitate the moment of injectability. var cfg = TestConfigurationHelper.GetDefaultConfiguration(); cfg.SetProperty(Environment.CollectionTypeFactoryClass, typeof(CustomCollectionTypeFactory).AssemblyQualifiedName); |
| ||||
var cfg = TestConfigurationHelper.GetDefaultConfiguration(); cfg.SetProperty(Environment.CollectionTypeFactoryClass, typeof(CustomCollectionTypeFactory).AssemblyQualifiedName); |
| |||
// Allow set of CustomCollectionTypeFactory class after configure BUT before add the first mapping. // for real we need CustomCollectionTypeFactory before BuildSessionFactory but for possible future // "mapping-sources" is better to limitate the moment of injectability. var cfg = TestConfigurationHelper.GetDefaultConfiguration(); cfg.SetProperty(Environment.CollectionTypeFactoryClass, typeof(CustomCollectionTypeFactory).AssemblyQualifiedName); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |