| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 3 | 0.957 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 206 | src/NHibernate/Cfg/SettingsFactory.cs |
| 2 | 2 | 367 | src/NHibernate/Cfg/SettingsFactory.cs |
| ||||
string queryCacheFactoryClassName = PropertiesHelper.GetString(Environment.QueryCacheFactory, properties,
typeof( StandardQueryCacheFactory).FullName);
|
| ||||
string className = PropertiesHelper.GetString(
Environment.TransactionStrategy, properties, typeof(AdoNetWithDistrubtedTransactionFactory).FullName);
|
| |||
string [[#variable54dd73a0]]= PropertiesHelper.GetString(Environment. [[#variable54dd7320]], properties, typeof( [[#variable54dd7280]]).FullName); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#54dd73a0]] | queryCacheFactoryClassName |
| 1 | 2 | [[#54dd73a0]] | className |
| 2 | 1 | [[#54dd7320]] | QueryCacheFactory |
| 2 | 2 | [[#54dd7320]] | TransactionStrategy |
| 3 | 1 | [[#54dd7280]] | StandardQueryCacheFactory |
| 3 | 2 | [[#54dd7280]] | AdoNetWithDistrubtedTransactionFactory |