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.986 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 16 | src/NHibernate/Event/Default/OnLockVisitor.cs |
2 | 1 | 15 | src/NHibernate/Event/Default/OnUpdateVisitor.cs |
| ||||
public OnLockVisitor(IEventSource session, object ownerIdentifier, object owner) : base(session, ownerIdentifier, owner) { } |
| ||||
public OnUpdateVisitor(IEventSource session, object ownerIdentifier, object owner) : base(session, ownerIdentifier, owner) { } |
| |||
public [[#variable70b48a60]](IEventSource session, object ownerIdentifier, object owner): base(session, ownerIdentifier, owner) { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70b48a60]] | OnUpdateVisitor |
1 | 2 | [[#70b48a60]] | OnLockVisitor |