| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 1 | 0.985 | non_pp_embedded_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 24 | src/NHibernate/Engine/Query/Sql/NativeSQLQueryNonScalarReturn.cs |
| 2 | 2 | 15 | src/NHibernate/Engine/Query/Sql/NativeSQLQueryScalarReturn.cs |
| 3 | 2 | 109 | src/NHibernate/Impl/AbstractDetachedQuery.cs |
| ||||
if (string.IsNullOrEmpty(alias))
throw new ArgumentNullException("alias", "A valid scalar alias must be specified.");
|
| ||||
if (string.IsNullOrEmpty(alias))
throw new ArgumentNullException("alias", "A valid scalar alias must be specified.");
|
| ||||
if (string.IsNullOrEmpty(alias))
throw new ArgumentNullException("alias", "Is null or empty.");
|
| |||
if (string.IsNullOrEmpty(alias))
throw new ArgumentNullException("alias", [[#variable5e6b9de0]]);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5e6b9de0]] | "Is null or empty." |
| 1 | 2 | [[#5e6b9de0]] | "A valid scalar alias must be specified." |
| 1 | 3 | [[#5e6b9de0]] | "A valid scalar alias must be specified." |