Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.965 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 108 | src/NHibernate/Type/CustomType.cs |
2 | 3 | 119 | src/NHibernate/Type/NullableType.cs |
| ||||
public override void NullSafeSet(IDbCommand st, object value, int index, bool[] settable, ISessionImplementor session) { if (settable[0]) userType.NullSafeSet(st, value, index); } |
| ||||
public override void NullSafeSet(IDbCommand st, object value, int index, bool[] settable, ISessionImplementor session) { if (settable[0]) NullSafeSet(st, value, index); } |
| |||
public override void NullSafeSet(IDbCommand st, object value, int index, bool[] settable, ISessionImplementor session) { if (settable[0]) [[#variable470163c0]](st, value, index); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#470163c0]] | userType.NullSafeSet |
1 | 2 | [[#470163c0]] | NullSafeSet |