Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.985 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 95 | src/NHibernate.Test/Legacy/ABCTest.cs |
2 | 3 | 167 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
| ||||
Assert.IsTrue(s.CreateQuery("from c in class C2 where 1=1 or 1=1").List().Count == 0); t.Commit(); s.Close(); |
| ||||
Assert.IsTrue(s.CreateQuery("from Being").List().Count == 0); t.Commit(); s.Close(); |
| |||
Assert.IsTrue(s.CreateQuery( [[#variable56a92da0]]).List().Count == 0); t.Commit(); s.Close(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56a92da0]] | "from Being" |
1 | 2 | [[#56a92da0]] | "from c in class C2 where 1=1 or 1=1" |