CloneSet1872


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000class_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1792
src/NHibernate/Type/CollectionType.cs
2740
src/NHibernate/Type/OneToOneType.cs
Clone Instance
1
Line Count
7
Source Line
92
Source File
src/NHibernate/Type/CollectionType.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)
                {
                }



Clone Instance
2
Line Count
7
Source Line
40
Source File
src/NHibernate/Type/OneToOneType.cs

                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
                }



Clone AbstractionParameter Count: 0Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None