CloneSet575


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.986statement_list[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1627
src/NHibernate/Cfg/XmlHbmBinding/NamedQueryBinder.cs
2626
src/NHibernate/Cfg/XmlHbmBinding/NamedSQLQueryBinder.cs
Clone Instance
1
Line Count
6
Source Line
27
Source File
src/NHibernate/Cfg/XmlHbmBinding/NamedQueryBinder.cs

                        bool cacheable = querySchema.cacheable;
                        string region = querySchema.cacheregion;
                        int timeout = string.IsNullOrEmpty(querySchema.timeout) ? RowSelection.NoValue:  int.Parse(querySchema.timeout);
                        int fetchSize = querySchema.fetchsizeSpecified ? querySchema.fetchsize:  - 1;
                        bool readOnly = querySchema.readonlySpecified ? querySchema.@readonly:  false;
                        string comment = querySchema.comment;


Clone Instance
2
Line Count
6
Source Line
26
Source File
src/NHibernate/Cfg/XmlHbmBinding/NamedSQLQueryBinder.cs

                                        bool cacheable = querySchema.cacheable;
                                        string region = querySchema.cacheregion;
                                        int timeout = string.IsNullOrEmpty(querySchema.timeout) ? RowSelection.NoValue:  int.Parse(querySchema.timeout);
                                        int fetchSize = querySchema.fetchsizeSpecified ? querySchema.fetchsize:  - 1;
                                        bool readOnly = querySchema.readonlySpecified ? querySchema.@readonly:  false;
                                        string comment = null;


Clone AbstractionParameter Count: 1Parameter Bindings

bool cacheable = querySchema.cacheable;
string region = querySchema.cacheregion;
int timeout = string.IsNullOrEmpty(querySchema.timeout) ?
              RowSelection.NoValue: int.Parse(querySchema.timeout);
int fetchSize = querySchema.fetchsizeSpecified ?
                querySchema.fetchsize: - 1;
bool readOnly = querySchema.readonlySpecified ?
                querySchema.@readonly: false;
string comment = [[#variable4ef52400]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4ef52400]]
querySchema.comment 
12[[#4ef52400]]
null