Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.971 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 50 | src/NHibernate/Cfg/XmlHbmBinding/NamedSQLQueryBinder.cs |
2 | 3 | 56 | src/NHibernate/Cfg/XmlHbmBinding/NamedSQLQueryBinder.cs |
| ||||
namedQuery = new NamedSQLQueryDefinition(queryText, definition.GetQueryReturns() , synchronizedTables, cacheable, region, timeout, fetchSize , flushMode, cacheMode, readOnly, comment, parameterTypes, callable); |
| ||||
// TODO: check there is no actual definition elemnents when a ref is defined namedQuery = new NamedSQLQueryDefinition(queryText, resultSetRef , synchronizedTables, cacheable, region, timeout, fetchSize, flushMode , cacheMode, readOnly, comment, parameterTypes, callable); |
| |||
// TODO: check there is no actual definition elemnents when a ref is defined namedQuery = new NamedSQLQueryDefinition(queryText, [[#variable687b3920]], synchronizedTables, cacheable, region, timeout, fetchSize, flushMode, cacheMode, readOnly, comment, parameterTypes, callable); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#687b3920]] | definition.GetQueryReturns() |
1 | 2 | [[#687b3920]] | resultSetRef |