| 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.972 | non_pp_embedded_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 1480 | src/NHibernate/Dialect/Dialect.cs |
| 2 | 3 | 1484 | src/NHibernate/Dialect/Dialect.cs |
| ||||
if ( ! string.IsNullOrEmpty(catalog))
{
qualifiedName.Append(catalog).Append(StringHelper.Dot);
}
|
| ||||
if ( ! string.IsNullOrEmpty(schema))
{
qualifiedName.Append(schema).Append(StringHelper.Dot);
}
|
| |||
if ( ! string.IsNullOrEmpty( [[#variable470970c0]]))
{
qualifiedName.Append( [[#variable470970c0]]).Append(StringHelper.Dot);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#470970c0]] | schema |
| 1 | 2 | [[#470970c0]] | catalog |