Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.981 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 15 | src/NHibernate/Event/LoadEventListener.cs |
2 | 6 | 22 | src/NHibernate/Event/LoadEventListener.cs |
| ||||
Reload = new LoadType("Get"). SetAllowNulls(false). SetAllowProxyCreation(false). SetCheckDeleted(true). SetNakedEntityReturned(false). SetExactPersister(true); // NH: Different behavior to pass NH-295 |
| ||||
Get = new LoadType("Get"). SetAllowNulls(true). SetAllowProxyCreation(false). SetCheckDeleted(true). SetNakedEntityReturned(false). SetExactPersister(true); // NH: Different behavior to pass NH-295 |
| |||
[[#variable271d9f20]]= new LoadType("Get").SetAllowNulls( [[#variable271d9ea0]]).SetAllowProxyCreation(false).SetCheckDeleted(true).SetNakedEntityReturned(false).SetExactPersister(true); // NH: Different behavior to pass NH-295 |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#271d9f20]] | Reload |
1 | 2 | [[#271d9f20]] | Get |
2 | 1 | [[#271d9ea0]] | false |
2 | 2 | [[#271d9ea0]] | true |