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.969 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1209 | src/NHibernate/Engine/StatefulPersistenceContext.cs |
2 | 1 | 1213 | src/NHibernate/Engine/StatefulPersistenceContext.cs |
| ||||
entitiesByKey = (Dictionary<EntityKey, object> )info.GetValue("context.entitiesByKey", typeof(Dictionary<EntityKey, object> )); |
| ||||
entitySnapshotsByKey = (Dictionary<EntityKey, object> )info.GetValue("context.entitySnapshotsByKey", typeof(Dictionary<EntityKey, object> )); |
| |||
[[#variable45ec20e0]]= (Dictionary<EntityKey, object> )info.GetValue( [[#variable45ec2020]], typeof(Dictionary<EntityKey, object> )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#45ec20e0]] | entitiesByKey |
1 | 2 | [[#45ec20e0]] | entitySnapshotsByKey |
2 | 1 | [[#45ec2020]] | "context.entitiesByKey" |
2 | 2 | [[#45ec2020]] | "context.entitySnapshotsByKey" |