Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 6 | 3 | 0.952 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 975 | src/NHibernate/Cfg/Configuration.cs |
2 | 1 | 86 | src/NHibernate/Cfg/SettingsFactory.cs |
3 | 1 | 117 | src/NHibernate/Cfg/SettingsFactory.cs |
4 | 1 | 185 | src/NHibernate/Cfg/SettingsFactory.cs |
5 | 1 | 227 | src/NHibernate/Cfg/SettingsFactory.cs |
6 | 1 | 255 | src/NHibernate/Cfg/SettingsFactory.cs |
| ||||
bool validateProxy = PropertiesHelper.GetBoolean(Environment.UseProxyValidator, properties, true); |
| ||||
// TransactionManagerLookup transactionManagerLookup = TransactionManagerLookupFactory.GetTransactionManagerLookup( properties ); // Not ported: useGetGeneratedKeys, useScrollableResultSets bool useMinimalPuts = PropertiesHelper.GetBoolean(Environment.UseMinimalPuts, properties, false); |
| ||||
//Statistics and logging: bool showSql = PropertiesHelper.GetBoolean(Environment.ShowSql, properties, false); |
| ||||
#endregion bool useSecondLevelCache = PropertiesHelper.GetBoolean(Environment.UseSecondLevelCache, properties, true); |
| ||||
bool wrapResultSets = PropertiesHelper.GetBoolean(Environment.WrapResultSets, properties, false); |
| ||||
bool namedQueryChecking = PropertiesHelper.GetBoolean(Environment.QueryStartupChecking, properties, true); |
| |||
// TransactionManagerLookup transactionManagerLookup = TransactionManagerLookupFactory.GetTransactionManagerLookup( properties ); // Not ported: useGetGeneratedKeys, useScrollableResultSets //Statistics and logging: #endregion bool [[#variable2ce6d840]]= PropertiesHelper.GetBoolean(Environment. [[#variable2ce6d7e0]], properties, [[#variable2ce6d780]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2ce6d840]] | useMinimalPuts |
1 | 2 | [[#2ce6d840]] | showSql |
1 | 3 | [[#2ce6d840]] | useSecondLevelCache |
1 | 4 | [[#2ce6d840]] | wrapResultSets |
1 | 5 | [[#2ce6d840]] | namedQueryChecking |
1 | 6 | [[#2ce6d840]] | validateProxy |
2 | 1 | [[#2ce6d7e0]] | UseMinimalPuts |
2 | 2 | [[#2ce6d7e0]] | ShowSql |
2 | 3 | [[#2ce6d7e0]] | UseSecondLevelCache |
2 | 4 | [[#2ce6d7e0]] | WrapResultSets |
2 | 5 | [[#2ce6d7e0]] | QueryStartupChecking |
2 | 6 | [[#2ce6d7e0]] | UseProxyValidator |
3 | 1 | [[#2ce6d780]] | false |
3 | 2 | [[#2ce6d780]] | false |
3 | 3 | [[#2ce6d780]] | true |
3 | 4 | [[#2ce6d780]] | false |
3 | 5 | [[#2ce6d780]] | true |
3 | 6 | [[#2ce6d780]] | true |