Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.971 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 556 | src/NHibernate/Collection/AbstractPersistentCollection.cs |
2 | 1 | 38 | src/NHibernate/Event/Default/DefaultInitializeCollectionEventListener.cs |
3 | 1 | 55 | src/NHibernate/Event/Default/EvictVisitor.cs |
| ||||
"Illegal attempt to associate a collection with two open sessions: " + MessageHelper.InfoString(ce.LoadedPersister, ce.LoadedKey, session.Factory) |
| ||||
"initializing collection " + MessageHelper.InfoString(ce.LoadedPersister, ce.LoadedKey, source.Factory) |
| ||||
"evicting collection: " + MessageHelper.InfoString(ce.LoadedPersister, ce.LoadedKey, Session.Factory) |
| |||
[[#variable6edb0940]]+ MessageHelper.InfoString(ce.LoadedPersister, ce.LoadedKey, [[#variable6edb08c0]].Factory) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6edb0940]] | "Illegal attempt to associate a collection with two open sessions: " |
1 | 2 | [[#6edb0940]] | "initializing collection " |
1 | 3 | [[#6edb0940]] | "evicting collection: " |
2 | 1 | [[#6edb08c0]] | session |
2 | 2 | [[#6edb08c0]] | source |
2 | 3 | [[#6edb08c0]] | Session |