Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.963 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 81 | src/NHibernate/Event/Default/DefaultInitializeCollectionEventListener.cs |
2 | 4 | 411 | src/NHibernate/Event/Default/DefaultLoadEventListener.cs |
| ||||
ISessionFactoryImplementor factory = source.Factory; CacheKey ck = new CacheKey(id, persister.KeyType, persister.Role, source.EntityMode, factory); object ce = persister.Cache.Get(ck, source.Timestamp); |
| ||||
ISessionFactoryImplementor factory = source.Factory; CacheKey ck = new CacheKey(@event.EntityId, persister.IdentifierType, persister.RootEntityName, source.EntityMode, factory); object ce = persister.Cache.Get(ck, source.Timestamp); |
| |||
ISessionFactoryImplementor factory = source.Factory; CacheKey ck = new CacheKey( [[#variable57889040]], persister. [[#variable578bf520]], persister. [[#variable57888f20]], source.EntityMode, factory); object ce = persister.Cache.Get(ck, source.Timestamp); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57889040]] | @event.EntityId |
1 | 2 | [[#57889040]] | id |
2 | 1 | [[#578bf520]] | IdentifierType |
2 | 2 | [[#578bf520]] | KeyType |
3 | 1 | [[#57888f20]] | RootEntityName |
3 | 2 | [[#57888f20]] | Role |