Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.967 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 34 | src/NHibernate/Mapping/Index.cs |
2 | 4 | 185 | src/NHibernate/Mapping/SimpleValue.cs |
3 | 4 | 29 | src/NHibernate/Mapping/UniqueKey.cs |
4 | 4 | 59 | src/NHibernate/Mapping/UniqueKey.cs |
| ||||
if (commaNeeded) buf.Append(StringHelper.CommaSpace); commaNeeded = true; buf.Append(column.GetQuotedName(dialect)); |
| ||||
if (commaNeeded) tables.Append(StringHelper.CommaSpace); commaNeeded = true; tables.Append(identityTable.GetQuotedName(dialect)); |
| ||||
if (commaNeeded) buf.Append(StringHelper.CommaSpace); commaNeeded = true; buf.Append(column.GetQuotedName(dialect)); |
| ||||
if (commaNeeded) buf.Append(StringHelper.CommaSpace); commaNeeded = true; buf.Append(column.GetQuotedName(dialect)); |
| |||
if (commaNeeded) [[#variable26f0a3a0]].Append(StringHelper.CommaSpace); commaNeeded = true; [[#variable26f0a3a0]].Append( [[#variable51e4b320]].GetQuotedName(dialect)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#26f0a3a0]] | buf |
1 | 2 | [[#26f0a3a0]] | tables |
1 | 3 | [[#26f0a3a0]] | buf |
1 | 4 | [[#26f0a3a0]] | buf |
2 | 1 | [[#51e4b320]] | column |
2 | 2 | [[#51e4b320]] | identityTable |
2 | 3 | [[#51e4b320]] | column |
2 | 4 | [[#51e4b320]] | column |