Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.962 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 96 | src/NHibernate/Action/CollectionRemoveAction.cs |
2 | 2 | 110 | src/NHibernate/Action/CollectionRemoveAction.cs |
| ||||
PreCollectionRemoveEvent preEvent = new PreCollectionRemoveEvent(Persister, Collection, (IEventSource) Session, affectedOwner); |
| ||||
PostCollectionRemoveEvent postEvent = new PostCollectionRemoveEvent(Persister, Collection, (IEventSource) Session, affectedOwner); |
| |||
[[#variable5292b860]] [[#variable5292b7e0]]= new [[#variable5292b860]](Persister, Collection, (IEventSource)Session, affectedOwner); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5292b860]] | PreCollectionRemoveEvent |
1 | 2 | [[#5292b860]] | PostCollectionRemoveEvent |
2 | 1 | [[#5292b7e0]] | preEvent |
2 | 2 | [[#5292b7e0]] | postEvent |