Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.962 | statement_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 620 | src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs |
2 | 5 | 19 | src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs |
| ||||
parent.RemoveChild(child); otherParent.AddChild(child); tx.Commit(); s.Close(); int index = 0; |
| ||||
parent.RemoveChild(child); s.Delete(parent); tx.Commit(); s.Close(); int index = 0; |
| |||
parent.RemoveChild(child); [[#variable54ba4fc0]]. [[#variable54ba7540]]( [[#variable54ba7600]]); tx.Commit(); s.Close(); int index = 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54ba4fc0]] | s |
1 | 2 | [[#54ba4fc0]] | otherParent |
2 | 1 | [[#54ba7540]] | Delete |
2 | 2 | [[#54ba7540]] | AddChild |
3 | 1 | [[#54ba7600]] | parent |
3 | 2 | [[#54ba7600]] | child |