| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 3 | 0.962 | statement_list[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 853 | src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs |
| 2 | 3 | 868 | src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs |
| ||||
IParentWithCollection parent = CreateParent(parentName);
parent.NewChildren(CreateCollection());
s.Save(parent);
|
| ||||
IParentWithCollection parent = CreateParent(parentName);
parent.NewChildren(CreateCollection());
parent.AddChild(ChildName);
|
| |||
IParentWithCollection parent = CreateParent(parentName); parent.NewChildren(CreateCollection()); [[#variable6f25e420]]. [[#variable4d57bee0]]( [[#variable6f25e3c0]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6f25e420]] | parent |
| 1 | 2 | [[#6f25e420]] | s |
| 2 | 1 | [[#4d57bee0]] | AddChild |
| 2 | 2 | [[#4d57bee0]] | Save |
| 3 | 1 | [[#6f25e3c0]] | ChildName |
| 3 | 2 | [[#6f25e3c0]] | parent |