CloneSet610


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17670
src/NHibernate/Type/ComponentType.cs
27314
src/NHibernate/Type/CompositeCustomType.cs
Clone Instance
1
Line Count
7
Source Line
670
Source File
src/NHibernate/Type/ComponentType.cs

                        for (int i = 0; i < propertyTypes.Length; i++)
                        {
                                bool[] propertyNullness = propertyTypes[i].ToColumnNullness(values[i], mapping);
                                Array.Copy(propertyNullness, 0, result, loc, propertyNullness.Length);
                                loc += propertyNullness.Length;
                        }
                        return result;


Clone Instance
2
Line Count
7
Source Line
314
Source File
src/NHibernate/Type/CompositeCustomType.cs

                        for (int i = 0; i < propertyTypes.Length; i++)
                        {
                                bool[] propertyNullness = propertyTypes[i].ToColumnNullness(values[i], mapping);
                                Array.Copy(propertyNullness, 0, result, loc, propertyNullness.Length);
                                loc += propertyNullness.Length;
                        }
                        return result;


Clone AbstractionParameter Count: 0Parameter Bindings

for (int i = 0; i < propertyTypes.Length; i++)
{
   bool[] propertyNullness = propertyTypes[i].ToColumnNullness(values[i], mapping);
   Array.Copy(propertyNullness, 0, result, loc, propertyNullness.Length);
   loc += propertyNullness.Length;
}
return result;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None