CloneSet1335


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.992statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142697
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
242804
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
Clone Instance
1
Line Count
4
Source Line
2697
Source File
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

                        bool useVersion = j == 0 && IsVersioned;
                        IExpectation expectation = Expectations.AppropriateExpectation(updateResultCheckStyles[j]);
                        //bool callable = IsUpdateCallable(j);
                        bool useBatch = j == 0 && expectation.CanBeBatched && IsBatchable; //note: updates to joined tables can't be batched...


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

                        bool useVersion = j == 0 && IsVersioned;
                        //bool callable = IsDeleteCallable(j);
                        IExpectation expectation = Expectations.AppropriateExpectation(deleteResultCheckStyles[j]);
                        bool useBatch = j == 0 && expectation.CanBeBatched && IsBatchable;


Clone AbstractionParameter Count: 1Parameter Bindings

bool useVersion = j == 0 && IsVersioned;
//bool callable = IsDeleteCallable(j);
IExpectation expectation = Expectations.AppropriateExpectation( [[#variable489139c0]][j]);
//bool callable = IsUpdateCallable(j);
bool useBatch = j == 0 && expectation.CanBeBatched && IsBatchable; //note: updates to joined tables can't be batched...
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#489139c0]]
deleteResultCheckStyles 
12[[#489139c0]]
updateResultCheckStyles