Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.985 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 245 | src/NHibernate.Test/Extralazy/ExtraLazyFixture.cs |
2 | 2 | 260 | src/NHibernate.Test/Extralazy/ExtraLazyFixture.cs |
| ||||
Assert.AreEqual(0, s.CreateQuery("select count(*) from SessionAttribute").UniqueResult<long> ()); t.Commit(); |
| ||||
Assert.AreEqual(0, s.CreateQuery("select count(*) from User").UniqueResult<long> ()); t.Commit(); |
| |||
Assert.AreEqual(0, s.CreateQuery( [[#variable54b525c0]]).UniqueResult<long> ()); t.Commit(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b525c0]] | "select count(*) from SessionAttribute" |
1 | 2 | [[#54b525c0]] | "select count(*) from User" |