Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 0 | 1.000 | statement_list[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 1790 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 11 | 1806 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
Assert.IsTrue(s.Contains(y) && s.Contains(x)); s.Close(); Assert.AreEqual(x.Id, y.Id); s = OpenSession(); x = new X(); y = new Y(); x.Y = y; y.TheX = x; |
| ||||
Assert.IsTrue(s.Contains(y) && s.Contains(x)); s.Close(); Assert.AreEqual(x.Id, y.Id); s = OpenSession(); x = new X(); y = new Y(); x.Y = y; y.TheX = x; |
| |||
Assert.IsTrue(s.Contains(y) && s.Contains(x)); s.Close(); Assert.AreEqual(x.Id, y.Id); s = OpenSession(); x = new X(); y = new Y(); x.Y = y; y.TheX = x; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |