CloneSet2423


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
122407
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
222846
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
Clone Instance
1
Line Count
2
Source Line
2407
Source File
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

                                IdentifierType.NullSafeSet(statement, id, index, session);
                                index += IdentifierColumnSpan;


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

                                        //index += expectation.Prepare(statement, factory.ConnectionProvider.Driver);

                                        // Do the key. The key is immutable so we can use the _current_ object state - not necessarily
                                        // the state at the time the delete was issued
                                        IdentifierType.NullSafeSet(statement, id, index, session);
                                        index += IdentifierColumnSpan;


Clone AbstractionParameter Count: 0Parameter Bindings

//index += expectation.Prepare(statement, factory.ConnectionProvider.Driver);
// Do the key. The key is immutable so we can use the _current_ object state - not necessarily
// the state at the time the delete was issued
IdentifierType.NullSafeSet(statement, id, index, session);
index += IdentifierColumnSpan;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None