Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.992 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2697 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 4 | 2804 | 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... |
| ||||
bool useVersion = j == 0 && IsVersioned; //bool callable = IsDeleteCallable(j); IExpectation expectation = Expectations.AppropriateExpectation(deleteResultCheckStyles[j]); bool useBatch = j == 0 && expectation.CanBeBatched && IsBatchable; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#489139c0]] | deleteResultCheckStyles |
1 | 2 | [[#489139c0]] | updateResultCheckStyles |