CloneSet835


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1630.952statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11975
src/NHibernate/Cfg/Configuration.cs
2186
src/NHibernate/Cfg/SettingsFactory.cs
31117
src/NHibernate/Cfg/SettingsFactory.cs
41185
src/NHibernate/Cfg/SettingsFactory.cs
51227
src/NHibernate/Cfg/SettingsFactory.cs
61255
src/NHibernate/Cfg/SettingsFactory.cs
Clone Instance
1
Line Count
1
Source Line
975
Source File
src/NHibernate/Cfg/Configuration.cs

                        bool validateProxy = PropertiesHelper.GetBoolean(Environment.UseProxyValidator, properties, true);


Clone Instance
2
Line Count
1
Source Line
86
Source File
src/NHibernate/Cfg/SettingsFactory.cs

                        // TransactionManagerLookup transactionManagerLookup = TransactionManagerLookupFactory.GetTransactionManagerLookup( properties );

                        // Not ported: useGetGeneratedKeys, useScrollableResultSets

                        bool useMinimalPuts = PropertiesHelper.GetBoolean(Environment.UseMinimalPuts, properties, false);


Clone Instance
3
Line Count
1
Source Line
117
Source File
src/NHibernate/Cfg/SettingsFactory.cs

                        //Statistics and logging:

                        bool showSql = PropertiesHelper.GetBoolean(Environment.ShowSql, properties, false);


Clone Instance
4
Line Count
1
Source Line
185
Source File
src/NHibernate/Cfg/SettingsFactory.cs

                        #endregion

                        bool useSecondLevelCache = PropertiesHelper.GetBoolean(Environment.UseSecondLevelCache, properties, true);


Clone Instance
5
Line Count
1
Source Line
227
Source File
src/NHibernate/Cfg/SettingsFactory.cs

                        bool wrapResultSets = PropertiesHelper.GetBoolean(Environment.WrapResultSets, properties, false);


Clone Instance
6
Line Count
1
Source Line
255
Source File
src/NHibernate/Cfg/SettingsFactory.cs

                        bool namedQueryChecking = PropertiesHelper.GetBoolean(Environment.QueryStartupChecking, properties, true);


Clone AbstractionParameter Count: 3Parameter Bindings

// TransactionManagerLookup transactionManagerLookup = TransactionManagerLookupFactory.GetTransactionManagerLookup( properties );
// Not ported: useGetGeneratedKeys, useScrollableResultSets
//Statistics and logging:
#endregion
bool [[#variable2ce6d840]]= PropertiesHelper.GetBoolean(Environment. [[#variable2ce6d7e0]], properties, [[#variable2ce6d780]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2ce6d840]]
useMinimalPuts 
12[[#2ce6d840]]
showSql 
13[[#2ce6d840]]
useSecondLevelCache 
14[[#2ce6d840]]
wrapResultSets 
15[[#2ce6d840]]
namedQueryChecking 
16[[#2ce6d840]]
validateProxy 
21[[#2ce6d7e0]]
UseMinimalPuts 
22[[#2ce6d7e0]]
ShowSql 
23[[#2ce6d7e0]]
UseSecondLevelCache 
24[[#2ce6d7e0]]
WrapResultSets 
25[[#2ce6d7e0]]
QueryStartupChecking 
26[[#2ce6d7e0]]
UseProxyValidator 
31[[#2ce6d780]]
false 
32[[#2ce6d780]]
false 
33[[#2ce6d780]]
true 
34[[#2ce6d780]]
false 
35[[#2ce6d780]]
true 
36[[#2ce6d780]]
true