CloneSet2662


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.971non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111216
src/NHibernate/Engine/StatefulPersistenceContext.cs
211218
src/NHibernate/Engine/StatefulPersistenceContext.cs
Clone Instance
1
Line Count
1
Source Line
1216
Source File
src/NHibernate/Engine/StatefulPersistenceContext.cs

                        collectionsByKey = (Dictionary<CollectionKey, IPersistentCollection> )info.GetValue("context.collectionsByKey", typeof(Dictionary<CollectionKey, IPersistentCollection> ));


Clone Instance
2
Line Count
1
Source Line
1218
Source File
src/NHibernate/Engine/StatefulPersistenceContext.cs

                        unownedCollections = (Dictionary<CollectionKey, IPersistentCollection> )info.GetValue("context.unownedCollections", typeof(Dictionary<CollectionKey, IPersistentCollection> ));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable54b17d80]]= (Dictionary<CollectionKey, IPersistentCollection> )info.GetValue( [[#variable54b17d00]], typeof(Dictionary<CollectionKey, IPersistentCollection> ));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54b17d80]]
collectionsByKey 
12[[#54b17d80]]
unownedCollections 
21[[#54b17d00]]
"context.collectionsByKey" 
22[[#54b17d00]]
"context.unownedCollections"