Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.976 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 165 | src/NHibernate/Proxy/AbstractLazyInitializer.cs |
2 | 1 | 114 | src/NHibernate/Proxy/Poco/BasicLazyInitializer.cs |
| ||||
EntityKey key = new EntityKey(Identifier, s.Factory.GetEntityPersister(EntityName), s.EntityMode); |
| ||||
EntityKey key = new EntityKey(Identifier, Session.Factory.GetEntityPersister(EntityName), Session.EntityMode); |
| |||
EntityKey key = new EntityKey(Identifier, [[#variable51e44a00]].Factory.GetEntityPersister(EntityName), [[#variable51e44a00]].EntityMode); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51e44a00]] | Session |
1 | 2 | [[#51e44a00]] | s |