Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 2 | 0.969 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 380 | src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs |
2 | 1 | 381 | src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs |
3 | 1 | 27 | src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs |
4 | 1 | 33 | src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs |
5 | 1 | 34 | src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs |
| ||||
CheckResult(listeners, listeners.PreCollectionRecreate, (ChildWithBidirectionalManyToMany) newChild, index++); |
| ||||
CheckResult(listeners, listeners.PostCollectionRecreate, (ChildWithBidirectionalManyToMany) newChild, index++); |
| ||||
CheckResult(listeners, listeners.InitializeCollection, (ChildWithBidirectionalManyToMany) child, index++); |
| ||||
CheckResult(listeners, listeners.PreCollectionUpdate, (ChildWithBidirectionalManyToMany) child, index++); |
| ||||
CheckResult(listeners, listeners.PostCollectionUpdate, (ChildWithBidirectionalManyToMany) child, index++); |
| |||
CheckResult(listeners, listeners. [[#variable292d6320]], (ChildWithBidirectionalManyToMany) [[#variable292d62c0]], index++); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#292d6320]] | InitializeCollection |
1 | 2 | [[#292d6320]] | PreCollectionUpdate |
1 | 3 | [[#292d6320]] | PostCollectionUpdate |
1 | 4 | [[#292d6320]] | PreCollectionRecreate |
1 | 5 | [[#292d6320]] | PostCollectionRecreate |
2 | 1 | [[#292d62c0]] | child |
2 | 2 | [[#292d62c0]] | child |
2 | 3 | [[#292d62c0]] | child |
2 | 4 | [[#292d62c0]] | newChild |
2 | 5 | [[#292d62c0]] | newChild |