Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.969 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 574 | src/NHibernate/Impl/SessionImpl.cs |
2 | 4 | 582 | src/NHibernate/Impl/SessionImpl.cs |
3 | 4 | 674 | src/NHibernate/Impl/SessionImpl.cs |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { return List(query, new QueryParameters(type, value)); } } |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { return List(query, new QueryParameters(types, values)); } } |
| ||||
{ using (new SessionIdLoggingContext(SessionId)) { return Enumerable(query, new QueryParameters(types, values)); } } |
| |||
{ using (new SessionIdLoggingContext(SessionId)) { return [[#variable288a9ce0]](query, new QueryParameters( [[#variable288a9c40]], [[#variable27e906a0]])); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#288a9ce0]] | Enumerable |
1 | 2 | [[#288a9ce0]] | List |
1 | 3 | [[#288a9ce0]] | List |
2 | 1 | [[#288a9c40]] | types |
2 | 2 | [[#288a9c40]] | types |
2 | 3 | [[#288a9c40]] | type |
3 | 1 | [[#27e906a0]] | values |
3 | 2 | [[#27e906a0]] | values |
3 | 3 | [[#27e906a0]] | value |