Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.985 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 527 | src/NHibernate.Test/Legacy/ParentChildTest.cs |
2 | 3 | 544 | src/NHibernate.Test/Legacy/ParentChildTest.cs |
| ||||
c = (Container) s.Load( typeof(Container), cid); Assert.AreEqual(1, c.Bag.Count); Assert.AreEqual(2, c.ManyToMany.Count); |
| ||||
c = (Container) s.Load( typeof(Container), cid); Assert.AreEqual(0, c.Bag.Count); Assert.AreEqual(1, c.ManyToMany.Count); |
| |||
c = (Container)s.Load( typeof(Container), cid); Assert.AreEqual( [[#variable2d5949e0]], c.Bag.Count); Assert.AreEqual( [[#variable2d5959c0]], c.ManyToMany.Count); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d5949e0]] | 0 |
1 | 2 | [[#2d5949e0]] | 1 |
2 | 1 | [[#2d5959c0]] | 1 |
2 | 2 | [[#2d5959c0]] | 2 |