Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.954 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 52 | src/NHibernate/Action/CollectionRecreateAction.cs |
2 | 1 | 65 | src/NHibernate/Action/CollectionRecreateAction.cs |
3 | 1 | 95 | src/NHibernate/Action/CollectionUpdateAction.cs |
4 | 1 | 108 | src/NHibernate/Action/CollectionUpdateAction.cs |
| ||||
PreCollectionRecreateEvent preEvent = new PreCollectionRecreateEvent(Persister, Collection, (IEventSource)Session); |
| ||||
PostCollectionRecreateEvent postEvent = new PostCollectionRecreateEvent(Persister, Collection, (IEventSource)Session); |
| ||||
PreCollectionUpdateEvent preEvent = new PreCollectionUpdateEvent(Persister, Collection, (IEventSource)Session); |
| ||||
PostCollectionUpdateEvent postEvent = new PostCollectionUpdateEvent(Persister, Collection, (IEventSource)Session); |
| |||
[[#variable2d7af140]] [[#variable2d7af0e0]]= new [[#variable2d7af140]](Persister, Collection, (IEventSource)Session); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d7af140]] | PostCollectionRecreateEvent |
1 | 2 | [[#2d7af140]] | PreCollectionRecreateEvent |
1 | 3 | [[#2d7af140]] | PostCollectionUpdateEvent |
1 | 4 | [[#2d7af140]] | PreCollectionUpdateEvent |
2 | 1 | [[#2d7af0e0]] | postEvent |
2 | 2 | [[#2d7af0e0]] | preEvent |
2 | 3 | [[#2d7af0e0]] | postEvent |
2 | 4 | [[#2d7af0e0]] | preEvent |