Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.986 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 33 | src/NHibernate/EmptyInterceptor.cs |
2 | 3 | 38 | src/NHibernate/EmptyInterceptor.cs |
| ||||
public virtual bool OnLoad(object entity, object id, object[] state, string[] propertyNames, IType[] types) { return false; } |
| ||||
public virtual bool OnSave(object entity, object id, object[] state, string[] propertyNames, IType[] types) { return false; } |
| |||
public virtual bool [[#variable6f809340]](object entity, object id, object[] state, string[] propertyNames, IType[] types) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f809340]] | OnSave |
1 | 2 | [[#6f809340]] | OnLoad |