Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.986 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 14 | src/NHibernate/Impl/CurrentSessionIdLoggingContext.cs |
2 | 6 | 10 | src/NHibernate/Impl/SessionIdLoggingContext.cs |
| ||||
private readonly Guid ? oldSessonId; public CurrentSessionIdLoggingContext(Guid id) { oldSessonId = SessionId; SessionId = id; } |
| ||||
private readonly Guid ? oldSessonId; public SessionIdLoggingContext(Guid id) { oldSessonId = SessionId; SessionId = id; } |
| |||
private readonly Guid ? oldSessonId; public [[#variable5512c720]](Guid id) { oldSessonId = SessionId; SessionId = id; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5512c720]] | CurrentSessionIdLoggingContext |
1 | 2 | [[#5512c720]] | SessionIdLoggingContext |