Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.968 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 933 | src/NHibernate/Hql/Classic/QueryTranslator.cs |
2 | 1 | 1006 | src/NHibernate/Hql/Classic/QueryTranslator.cs |
| ||||
// Render the HQL function SqlString renderedFunction = RenderFunctionClause(func, scalarSelectTokens, ref tokenIdx); |
| ||||
SqlString renderedFunction = RenderFunctionClause(func, tokens, ref flTokenIdx); |
| |||
// Render the HQL function SqlString renderedFunction = RenderFunctionClause(func, [[#variable5639bcc0]], ref [[#variable5639bc00]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5639bcc0]] | scalarSelectTokens |
1 | 2 | [[#5639bcc0]] | tokens |
2 | 1 | [[#5639bc00]] | tokenIdx |
2 | 2 | [[#5639bc00]] | flTokenIdx |