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 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 670 | src/NHibernate/Type/ComponentType.cs |
2 | 7 | 314 | 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; |
| ||||
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; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |