Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.985 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 42 | src/NHibernate/Mapping/IdentifierCollection.cs |
2 | 2 | 49 | src/NHibernate/Mapping/IndexedCollection.cs |
| ||||
PrimaryKey pk = new PrimaryKey(); pk.AddColumns(new SafetyEnumerable<Column> (Identifier.ColumnIterator)); |
| ||||
PrimaryKey pk = new PrimaryKey(); pk.AddColumns(new SafetyEnumerable<Column> (Key.ColumnIterator)); |
| |||
PrimaryKey pk = new PrimaryKey(); pk.AddColumns(new SafetyEnumerable<Column> ( [[#variable5208e780]].ColumnIterator)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5208e780]] | Identifier |
1 | 2 | [[#5208e780]] | Key |