CloneSet1671


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2330.959non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12594
src/NHibernate.Test/Legacy/FooBarTest.cs
23607
src/NHibernate.Test/Legacy/FooBarTest.cs
34613
src/NHibernate.Test/Legacy/FooBarTest.cs
Clone Instance
1
Line Count
2
Source Line
594
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                        list = s.CreateQuery("select foo.TheFoo from foo in class Foo where foo.TheFoo.id=?").
                                 SetString(0, foo.TheFoo.Key).List();


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

                                enumerable = s.CreateQuery(
                                                "select foo.Component.Name, foo.Component.ImportantDates.elements from foo in class Foo where foo.TheFoo.id=?").
                                                  SetString(0, foo.TheFoo.Key).Enumerable();


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

                                enumerable =
                                        s.CreateQuery(
                                                "select foo.Component.Name, elements(foo.Component.ImportantDates) from foo in class Foo where foo.TheFoo.id=?").
                                                SetString(0, foo.TheFoo.Key).Enumerable();


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable2857bec0]]= s.CreateQuery( [[#variable28988aa0]]).SetString(0, foo.TheFoo.Key). [[#variable289895a0]]();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2857bec0]]
list 
12[[#2857bec0]]
enumerable 
13[[#2857bec0]]
enumerable 
21[[#28988aa0]]
"select foo.TheFoo from foo in class Foo where foo.TheFoo.id=?" 
22[[#28988aa0]]
"select foo.Component.Name, foo.Component.ImportantDates.elements from foo in class Foo where foo.TheFoo.id=?" 
23[[#28988aa0]]
"select foo.Component.Name, elements(foo.Component.ImportantDates) from foo in class Foo where foo.TheFoo.id=?" 
31[[#289895a0]]
List 
32[[#289895a0]]
Enumerable 
33[[#289895a0]]
Enumerable