Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 1 | 0.985 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 937 | src/NHibernate.Test/HQL/HQLFunctions.cs |
2 | 4 | 2429 | src/NHibernate.Test/Legacy/FooBarTest.cs |
3 | 4 | 2437 | src/NHibernate.Test/Legacy/FooBarTest.cs |
4 | 4 | 2445 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
s.CreateQuery(hql).List(); hql = "select new ForNh1725(mr.Description, cast(iif(mr.State= 0,1,0) as int)) from MaterialResource mr"; s.CreateQuery(hql).List(); |
| ||||
s.CreateQuery(hql).List(); hql = "from fum1 in class Fum where fum1.Fo.FumString is not null order by fum1.Fo.FumString"; s.CreateQuery(hql).List(); |
| ||||
s.CreateQuery(hql).List(); hql = "from fum1 in class Fum where exists elements (fum1.Friends)"; s.CreateQuery(hql).List(); |
| ||||
s.CreateQuery(hql).List(); hql = "from fum1 in class Fum, fr in elements( fum1.Friends )"; s.CreateQuery(hql).List(); |
| |||
s.CreateQuery(hql).List(); hql = [[#variable53cfbaa0]]; s.CreateQuery(hql).List(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53cfbaa0]] | "from fum1 in class Fum where fum1.Fo.FumString is not null order by fum1.Fo.FumString" |
1 | 2 | [[#53cfbaa0]] | "from fum1 in class Fum where exists elements (fum1.Friends)" |
1 | 3 | [[#53cfbaa0]] | "from fum1 in class Fum, fr in elements( fum1.Friends )" |
1 | 4 | [[#53cfbaa0]] | "select new ForNh1725(mr.Description, cast(iif(mr.State= 0,1,0) as int)) from MaterialResource mr" |