Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.954 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 402 | src/NHibernate/Mapping/Table.cs |
2 | 3 | 624 | src/NHibernate/Mapping/Table.cs |
| ||||
if (col.HasCheckConstraint && dialect.SupportsColumnCheck) { buf.Append(" check( ").Append(col.CheckConstraint).Append(") "); } |
| ||||
if (column.HasCheckConstraint && dialect.SupportsColumnCheck) { alter.Append(" check(").Append(column.CheckConstraint).Append(") "); } |
| |||
if ( [[#variable6f4cc5a0]].HasCheckConstraint && dialect.SupportsColumnCheck) { [[#variable6f4cc540]].Append( [[#variable6f4cc4c0]]).Append( [[#variable6f4cc5a0]].CheckConstraint).Append(") "); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f4cc5a0]] | col |
1 | 2 | [[#6f4cc5a0]] | column |
2 | 1 | [[#6f4cc540]] | buf |
2 | 2 | [[#6f4cc540]] | alter |
3 | 1 | [[#6f4cc4c0]] | " check( " |
3 | 2 | [[#6f4cc4c0]] | " check(" |