Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 92 | src/NHibernate/Type/CollectionType.cs |
2 | 7 | 40 | src/NHibernate/Type/OneToOneType.cs |
| ||||
public override void NullSafeSet(IDbCommand st, object value, int index, bool[] settable, ISessionImplementor session) { // NOOP } public override void NullSafeSet(IDbCommand cmd, object value, int index, ISessionImplementor session) { } |
| ||||
public override void NullSafeSet(IDbCommand st, object value, int index, bool[] settable, ISessionImplementor session) { //nothing to do } public override void NullSafeSet(IDbCommand cmd, object value, int index, ISessionImplementor session) { //nothing to do } |
| |||
public override void NullSafeSet(IDbCommand st, object value, int index, bool[] settable, ISessionImplementor session) { // NOOP //nothing to do } public override void NullSafeSet(IDbCommand cmd, object value, int index, ISessionImplementor session) { //nothing to do } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |