CloneSet2758


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.955primary_no_array_creation_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11209
src/NHibernate.Test/JoinedSubclass/JoinedSubclassFixture.cs
214813
src/NHibernate.Test/Legacy/FooBarTest.cs
Clone Instance
1
Line Count
1
Source Line
209
Source File
src/NHibernate.Test/JoinedSubclass/JoinedSubclassFixture.cs

                                                      s.CreateQuery("from Person as p where p.id = ?").SetInt32(0, empId).List()[0]


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

                                                    s.CreateQuery("from im in class Immutable where im = ?").SetEntity(0, im).List()[0]


Clone AbstractionParameter Count: 3Parameter Bindings

s.CreateQuery( [[#variable54b0e880]]). [[#variable54b0e7c0]](0, [[#variable54b0e740]]).List()[0]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54b0e880]]
"from im in class Immutable where im = ?" 
12[[#54b0e880]]
"from Person as p where p.id = ?" 
21[[#54b0e7c0]]
SetEntity 
22[[#54b0e7c0]]
SetInt32 
31[[#54b0e740]]
im 
32[[#54b0e740]]
empId