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.953 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 592 | src/NHibernate/Mapping/Collection.cs |
2 | 3 | 596 | src/NHibernate/Mapping/Collection.cs |
| ||||
if (IsIndexed) { CheckColumnDuplication(cols, ((IndexedCollection)this ).Index.ColumnIterator); } |
| ||||
if (IsIdentified) { CheckColumnDuplication(cols, ((IdentifierCollection)this ).Identifier.ColumnIterator); } |
| |||
if ( [[#variable47066f60]]) { CheckColumnDuplication(cols, (( [[#variable47066ea0]])this ). [[#variable47066e00]].ColumnIterator); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#47066f60]] | IsIdentified |
1 | 2 | [[#47066f60]] | IsIndexed |
2 | 1 | [[#47066ea0]] | IdentifierCollection |
2 | 2 | [[#47066ea0]] | IndexedCollection |
3 | 1 | [[#47066e00]] | Identifier |
3 | 2 | [[#47066e00]] | Index |