Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 63 | src/NHibernate/SqlCommand/Alias.cs |
2 | 10 | 96 | src/NHibernate/SqlCommand/Alias.cs |
| ||||
// Oracle doesn't like underscores at the start of identifiers (NH-320). // It should be safe to trim them here, because the aliases are postfixed // with a unique number anyway, so they won't collide. unquoted = unquoted.TrimStart('_'); if (unquoted.Length > length) { unquoted = unquoted.Substring(0, length); } if (suffix != null) { unquoted += suffix; } |
| ||||
// See comment in ToAliasString above unquoted = unquoted.TrimStart('_'); if (unquoted.Length > length) { unquoted = unquoted.Substring(0, length); } if (suffix != null) { unquoted += suffix; } |
| |||
// See comment in ToAliasString above // Oracle doesn't like underscores at the start of identifiers (NH-320). // It should be safe to trim them here, because the aliases are postfixed // with a unique number anyway, so they won't collide. unquoted = unquoted.TrimStart('_'); if (unquoted.Length > length) { unquoted = unquoted.Substring(0, length); } if (suffix != null) { unquoted += suffix; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |