CloneSet2068


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12431
src/NHibernate.Test/QueryTest/DetachedQueryFixture.cs
22448
src/NHibernate.Test/QueryTest/DetachedQueryFixture.cs
Clone Instance
1
Line Count
2
Source Line
431
Source File
src/NHibernate.Test/QueryTest/DetachedQueryFixture.cs

                        DetachedQuery dq = new DetachedQuery("from Foo f where f.Name=:pn and f.Description=:pd");
                        dq.SetString("pn", "N2").SetString("pd", "D2");


Clone Instance
2
Line Count
2
Source Line
448
Source File
src/NHibernate.Test/QueryTest/DetachedQueryFixture.cs

                        DetachedQuery dq = new DetachedQuery("from Foo f where f.Name=:pn and f.Description=:pd");
                        dq.SetString("pn", "N2").SetString("pd", "D2");


Clone AbstractionParameter Count: 0Parameter Bindings

DetachedQuery dq = new DetachedQuery("from Foo f where f.Name=:pn and f.Description=:pd");
dq.SetString("pn", "N2").SetString("pd", "D2");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None