Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.959 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 878 | src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs |
2 | 4 | 901 | src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs |
| ||||
protected void CheckResult(CollectionListeners listeners, CollectionListeners.IListener listenerExpected, IParentWithCollection parent, int index) { CheckResult(listeners, listenerExpected, parent, parent.Children, index); } |
| ||||
protected void CheckResult(CollectionListeners listeners, CollectionListeners.IListener listenerExpected, ChildWithBidirectionalManyToMany child, int index) { CheckResult(listeners, listenerExpected, child, child.Parents, index); } |
| |||
protected void CheckResult(CollectionListeners listeners, CollectionListeners.IListener listenerExpected, [[#variable28aad640]] [[#variable28aad5a0]], int index) { CheckResult(listeners, listenerExpected, [[#variable28aad5a0]], [[#variable28aad5a0]]. [[#variable28aad520]], index); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28aad640]] | ChildWithBidirectionalManyToMany |
1 | 2 | [[#28aad640]] | IParentWithCollection |
2 | 1 | [[#28aad5a0]] | child |
2 | 2 | [[#28aad5a0]] | parent |
3 | 1 | [[#28aad520]] | Parents |
3 | 2 | [[#28aad520]] | Children |