Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.954 | conditional_and_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 100 | src/NHibernate/Engine/TwoPhaseLoad.cs |
2 | 1 | 73 | src/NHibernate/Event/Default/DefaultInitializeCollectionEventListener.cs |
3 | 1 | 406 | src/NHibernate/Event/Default/DefaultLoadEventListener.cs |
| ||||
persister.HasCache && ((session.CacheMode & CacheMode.Put) == CacheMode.Put) |
| ||||
persister.HasCache && ((source.CacheMode & CacheMode.Get) == CacheMode.Get) |
| ||||
persister.HasCache && ((source.CacheMode & CacheMode.Get) == CacheMode.Get) |
| |||
persister.HasCache && (( [[#variable4a25d3a0]].CacheMode & CacheMode. [[#variable4a25d340]]) == CacheMode. [[#variable4a25d340]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4a25d3a0]] | source |
1 | 2 | [[#4a25d3a0]] | session |
1 | 3 | [[#4a25d3a0]] | source |
2 | 1 | [[#4a25d340]] | Get |
2 | 2 | [[#4a25d340]] | Put |
2 | 3 | [[#4a25d340]] | Get |