Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.974 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 237 | src/NHibernate/Engine/StatefulPersistenceContext.cs |
2 | 3 | 1035 | src/NHibernate/Engine/StatefulPersistenceContext.cs |
| ||||
if (unownedCollections.TryGetValue(key, out tempObject)) unownedCollections.Remove(key); return tempObject; |
| ||||
if (proxiesByKey.TryGetValue(key, out tempObject)) proxiesByKey.Remove(key); return tempObject; |
| |||
if ( [[#variable52928f00]].TryGetValue(key, out tempObject)) [[#variable52928f00]].Remove(key); return tempObject; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52928f00]] | unownedCollections |
1 | 2 | [[#52928f00]] | proxiesByKey |