Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.994 | statement_list[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 323 | src/NHibernate.Test/Legacy/SQLFunctionsTest.cs |
2 | 8 | 339 | src/NHibernate.Test/Legacy/SQLFunctionsTest.cs |
| ||||
q = s.CreateQuery("from Simple s"); list = q.SetCacheable(true).List(); Assert.AreEqual(1, list.Count); t.Commit(); s.Close(); s = OpenSession(); t = s.BeginTransaction(); |
| ||||
q = s.CreateQuery("from Simple s"); list = q.SetCacheable(true).List(); Assert.AreEqual(2, list.Count); t.Commit(); s.Close(); s = OpenSession(); t = s.BeginTransaction(); |
| |||
q = s.CreateQuery("from Simple s"); list = q.SetCacheable(true).List(); Assert.AreEqual( [[#variable49b64620]], list.Count); t.Commit(); s.Close(); s = OpenSession(); t = s.BeginTransaction(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#49b64620]] | 1 |
1 | 2 | [[#49b64620]] | 2 |