Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.986 | statement_list[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 27 | src/NHibernate/Cfg/XmlHbmBinding/NamedQueryBinder.cs |
2 | 6 | 26 | 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 = querySchema.comment; |
| ||||
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; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ef52400]] | querySchema.comment |
1 | 2 | [[#4ef52400]] | null |