CloneSet1309


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4410.985statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13937
src/NHibernate.Test/HQL/HQLFunctions.cs
242429
src/NHibernate.Test/Legacy/FooBarTest.cs
342437
src/NHibernate.Test/Legacy/FooBarTest.cs
442445
src/NHibernate.Test/Legacy/FooBarTest.cs
Clone Instance
1
Line Count
3
Source Line
937
Source File
src/NHibernate.Test/HQL/HQLFunctions.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();


Clone Instance
2
Line Count
4
Source Line
2429
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                        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();


Clone Instance
3
Line Count
4
Source Line
2437
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                                s.CreateQuery(hql).List();

                                hql = "from fum1 in class Fum where exists elements (fum1.Friends)";
                                s.CreateQuery(hql).List();


Clone Instance
4
Line Count
4
Source Line
2445
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                        s.CreateQuery(hql).List();

                        hql = "from fum1 in class Fum, fr in elements( fum1.Friends )";
                        s.CreateQuery(hql).List();


Clone AbstractionParameter Count: 1Parameter Bindings

s.CreateQuery(hql).List();
hql = [[#variable53cfbaa0]];
s.CreateQuery(hql).List();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53cfbaa0]]
"from fum1 in class Fum where fum1.Fo.FumString is not null order by fum1.Fo.FumString" 
12[[#53cfbaa0]]
"from fum1 in class Fum where exists elements (fum1.Friends)" 
13[[#53cfbaa0]]
"from fum1 in class Fum, fr in elements( fum1.Friends )" 
14[[#53cfbaa0]]
"select new ForNh1725(mr.Description, cast(iif(mr.State= 0,1,0) as int)) from MaterialResource mr"