CloneSet1172


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.983statement_list[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18199
src/NHibernate.Test/Legacy/SQLFunctionsTest.cs
28365
src/NHibernate.Test/Legacy/SQLFunctionsTest.cs
Clone Instance
1
Line Count
8
Source Line
199
Source File
src/NHibernate.Test/Legacy/SQLFunctionsTest.cs

                        s.Save(simple, 10L);
                        t.Commit();
                        s.Close();

                        s = OpenSession();
                        t = s.BeginTransaction();
                        IQuery q = s.CreateQuery("from Simple s where s.Name=?");
                        q.SetCacheable(true);


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

                        s.Save(simple, 10L);
                        t.Commit();
                        s.Close();

                        s = OpenSession();
                        t = s.BeginTransaction();
                        IQuery q = s.CreateQuery("from Simple s where s.Name=?");
                        q.SetCacheRegion("foo");


Clone AbstractionParameter Count: 2Parameter Bindings

s.Save(simple, 10L);
t.Commit();
s.Close();
s = OpenSession();
t = s.BeginTransaction();
IQuery q = s.CreateQuery("from Simple s where s.Name=?");
q. [[#variable27025da0]]( [[#variable27025ce0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#27025da0]]
SetCacheRegion 
12[[#27025da0]]
SetCacheable 
21[[#27025ce0]]
"foo" 
22[[#27025ce0]]
true