Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 1 | 0.986 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1830 | src/NHibernate/Impl/SessionImpl.cs |
2 | 5 | 1867 | src/NHibernate/Impl/SessionImpl.cs |
3 | 5 | 810 | src/NHibernate/Impl/StatelessSessionImpl.cs |
4 | 5 | 834 | src/NHibernate/Impl/StatelessSessionImpl.cs |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { CheckAndUpdateSessionStatus(); return new CriteriaImpl(persistentClass, this ); } } |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { CheckAndUpdateSessionStatus(); return new CriteriaImpl(entityName, this ); } } |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { CheckAndUpdateSessionStatus(); return new CriteriaImpl(entityType, this ); } } |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { CheckAndUpdateSessionStatus(); return new CriteriaImpl(entityName, this ); } } |
| |||
{ using (new SessionIdLoggingContext(SessionId)) { CheckAndUpdateSessionStatus(); return new CriteriaImpl( [[#variable294040a0]], this ); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#294040a0]] | entityName |
1 | 2 | [[#294040a0]] | persistentClass |
1 | 3 | [[#294040a0]] | entityType |
1 | 4 | [[#294040a0]] | entityName |