Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 0 | 1.000 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 1092 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
2 | 13 | 1262 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
| ||||
{ object entryId; if ( !IsIdentifierAssignedByInsert) { // NH Different implementation: write once entryId = PerformInsert(id, collection, expectation, entry, i, useBatch, false, session); } else { entryId = PerformInsert(id, collection, entry, i, session); } collection.AfterRowInsert(this, entry, i, entryId); count++; } |
| ||||
{ object entryId; if ( !IsIdentifierAssignedByInsert) { // NH Different implementation: write once entryId = PerformInsert(id, collection, expectation, entry, i, useBatch, false, session); } else { entryId = PerformInsert(id, collection, entry, i, session); } collection.AfterRowInsert(this, entry, i, entryId); count++; } |
| |||
{ object entryId; if ( !IsIdentifierAssignedByInsert) { // NH Different implementation: write once entryId = PerformInsert(id, collection, expectation, entry, i, useBatch, false, session); } else { entryId = PerformInsert(id, collection, entry, i, session); } collection.AfterRowInsert(this, entry, i, entryId); count++; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |