CloneSet675


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.991block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142744
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
272861
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
Clone Instance
1
Line Count
4
Source Line
2744
Source File
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

                                                        {
                                                                bool[] settable = types[i].ToColumnNullness(oldFields[i], Factory);
                                                                types[i].NullSafeSet(statement, oldFields[i], index, settable, session);
                                                                index += ArrayHelper.CountTrue(settable);
                                                        }


Clone Instance
2
Line Count
7
Source Line
2861
Source File
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

                                                        {
                                                                // this property belongs to the table and it is not specifically
                                                                // excluded from optimistic locking by optimistic-lock="false"
                                                                bool[] settable = types[i].ToColumnNullness(loadedState[i], Factory);

                                                                types[i].NullSafeSet(statement, loadedState[i], index, settable, session);
                                                                index += ArrayHelper.CountTrue(settable);
                                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

{
   // this property belongs to the table and it is not specifically
   // excluded from optimistic locking by optimistic-lock="false"
   bool[] settable = types[i].ToColumnNullness( [[#variable67d98a60]][i], Factory);
   types[i].NullSafeSet(statement, [[#variable67d98a60]][i], index, settable, session);
   index += ArrayHelper.CountTrue(settable);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#67d98a60]]
loadedState 
12[[#67d98a60]]
oldFields