Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.971 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1216 | src/NHibernate/Engine/StatefulPersistenceContext.cs |
2 | 1 | 1218 | src/NHibernate/Engine/StatefulPersistenceContext.cs |
| ||||
collectionsByKey = (Dictionary<CollectionKey, IPersistentCollection> )info.GetValue("context.collectionsByKey", typeof(Dictionary<CollectionKey, IPersistentCollection> )); |
| ||||
unownedCollections = (Dictionary<CollectionKey, IPersistentCollection> )info.GetValue("context.unownedCollections", typeof(Dictionary<CollectionKey, IPersistentCollection> )); |
| |||
[[#variable54b17d80]]= (Dictionary<CollectionKey, IPersistentCollection> )info.GetValue( [[#variable54b17d00]], typeof(Dictionary<CollectionKey, IPersistentCollection> )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b17d80]] | collectionsByKey |
1 | 2 | [[#54b17d80]] | unownedCollections |
2 | 1 | [[#54b17d00]] | "context.collectionsByKey" |
2 | 2 | [[#54b17d00]] | "context.unownedCollections" |