CloneSet1010


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.994statement_list[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18323
src/NHibernate.Test/Legacy/SQLFunctionsTest.cs
28339
src/NHibernate.Test/Legacy/SQLFunctionsTest.cs
Clone Instance
1
Line Count
8
Source Line
323
Source File
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();


Clone Instance
2
Line Count
8
Source Line
339
Source File
src/NHibernate.Test/Legacy/SQLFunctionsTest.cs

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


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#49b64620]]
1 
12[[#49b64620]]
2