CloneSet2945


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.968null_coalescing_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11291
src/NHibernate.Test/Legacy/ABCProxyTest.cs
22439
src/NHibernate.Test/Legacy/FooBarTest.cs
Clone Instance
1
Line Count
1
Source Line
291
Source File
src/NHibernate.Test/Legacy/ABCProxyTest.cs

                                          s.CreateQuery("from E e, A a where e.Reverse = a.Forward and a = ?").SetEntity(0, a).List()


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

                               s.CreateQuery("select foo, bar from Foo foo left outer join foo.TheFoo bar where foo = ?").
                                 SetEntity(0, foo).List()


Clone AbstractionParameter Count: 2Parameter Bindings

s.CreateQuery( [[#variable6f20ea40]]).SetEntity(0, [[#variable6f20e9e0]]).List()
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6f20ea40]]
"select foo, bar from Foo foo left outer join foo.TheFoo bar where foo = ?" 
12[[#6f20ea40]]
"from E e, A a where e.Reverse = a.Forward and a = ?" 
21[[#6f20e9e0]]
foo 
22[[#6f20e9e0]]
a