Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.965 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 46 | src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/ParentWithBidirectionalManyToMany.cs |
2 | 6 | 66 | src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/ParentWithBidirectionalManyToMany.cs |
| ||||
public override void AddAllChildren(ICollection<IChild> children) { base.AddAllChildren(children); foreach (ChildWithBidirectionalManyToMany child in children) { child.AddParent(this ); } } |
| ||||
public override void RemoveAllChildren(ICollection<IChild> children) { base.RemoveAllChildren(children); foreach (ChildWithBidirectionalManyToMany child in children) { child.RemoveParent(this ); } } |
| |||
public override void [[#variable6c78c5e0]](ICollection<IChild> children) { base. [[#variable6c78c5e0]](children); foreach (ChildWithBidirectionalManyToMany child in children) { child. [[#variable6c78c560]](this ); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6c78c5e0]] | RemoveAllChildren |
1 | 2 | [[#6c78c5e0]] | AddAllChildren |
2 | 1 | [[#6c78c560]] | RemoveParent |
2 | 2 | [[#6c78c560]] | AddParent |