| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 2 | 1 | 0.988 | non_pp_embedded_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 207 | src/NHibernate/Collection/Generic/PersistentGenericSet.cs |
| 2 | 8 | 502 | src/NHibernate/Collection/PersistentSet.cs |
| ||||
if (exists.Value)
{
QueueOperation(new SimpleRemoveDelayedOperation(this, item));
return true;
}
else
{
return false;
}
|
| ||||
if (exists.Value)
{
QueueOperation(new SimpleRemoveDelayedOperation(this, o));
return true;
}
else
{
return false;
}
|
| |||
if (exists.Value)
{
QueueOperation(new SimpleRemoveDelayedOperation(this, [[#variable5eb4b6e0]]));
return true;
}
else
{
return false;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5eb4b6e0]] | o |
| 1 | 2 | [[#5eb4b6e0]] | item |