Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 53 | src/NHibernate/Type/ClassMetaType.cs |
2 | 3 | 55 | src/NHibernate/Type/MetaType.cs |
| ||||
public override void NullSafeSet(IDbCommand st, object value, int index, bool[] settable, ISessionImplementor session) { if (settable[0]) NullSafeSet(st, value, index, session); } |
| ||||
public override void NullSafeSet(IDbCommand st, object value, int index, bool[] settable, ISessionImplementor session) { if (settable[0]) NullSafeSet(st, value, index, session); } |
| |||
public override void NullSafeSet(IDbCommand st, object value, int index, bool[] settable, ISessionImplementor session) { if (settable[0]) NullSafeSet(st, value, index, session); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |