Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 4 | 0 | 1.000 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 116 | src/NHibernate/Collection/Generic/PersistentGenericMap.cs |
2 | 10 | 174 | src/NHibernate/Collection/Generic/PersistentGenericMap.cs |
3 | 10 | 236 | src/NHibernate/Collection/PersistentMap.cs |
4 | 10 | 306 | src/NHibernate/Collection/PersistentMap.cs |
| ||||
if (PutQueueEnabled) { object old = ReadElementByIndex(key); if (old != Unknown) { QueueOperation(new PutDelayedOperation(this, key, value, old)); return; } } Initialize(true); |
| ||||
// NH Note: the assignment in NET work like the put method in JAVA (mean assign or add) if (PutQueueEnabled) { object old = ReadElementByIndex(key); if (old != Unknown) { QueueOperation(new PutDelayedOperation(this, key, value, old)); return; } } Initialize(true); |
| ||||
if (PutQueueEnabled) { object old = ReadElementByIndex(key); if (old != Unknown) { QueueOperation(new PutDelayedOperation(this, key, value, old)); return; } } Initialize(true); |
| ||||
// NH Note: the assignment in NET work like the put method in JAVA (mean assign or add) if (PutQueueEnabled) { object old = ReadElementByIndex(key); if (old != Unknown) { QueueOperation(new PutDelayedOperation(this, key, value, old)); return; } } Initialize(true); |
| |||
// NH Note: the assignment in NET work like the put method in JAVA (mean assign or add) if (PutQueueEnabled) { object old = ReadElementByIndex(key); if (old != Unknown) { QueueOperation(new PutDelayedOperation(this, key, value, old)); return; } } Initialize(true); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |