CloneSet1149


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000primary_no_array_creation_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1736
src/NHibernate.Test/CacheTest/QueryCacheFixture.cs
2745
src/NHibernate.Test/CacheTest/QueryCacheFixture.cs
Clone Instance
1
Line Count
7
Source Line
36
Source File
src/NHibernate.Test/CacheTest/QueryCacheFixture.cs

                                s.
                                         CreateQuery("from Simple s where s = :s or s.Name = :name or s.Address = :address").
                                         SetEntity("s", s.Load( typeof(Simple), 1L)).
                                         SetString("name", null).
                                         SetString("address", null).
                                         SetCacheable(true).
                                         UniqueResult


Clone Instance
2
Line Count
7
Source Line
45
Source File
src/NHibernate.Test/CacheTest/QueryCacheFixture.cs

                                                s.
                                         CreateQuery("from Simple s where s = :s or s.Name = :name or s.Address = :address").
                                         SetEntity("s", s.Load( typeof(Simple), 1L)).
                                         SetString("name", null).
                                         SetString("address", null).
                                         SetCacheable(true).
                                         UniqueResult


Clone AbstractionParameter Count: 0Parameter Bindings

s.CreateQuery("from Simple s where s = :s or s.Name = :name or s.Address = :address").SetEntity("s", s.Load( typeof(Simple), 1L)).SetString("name", null).SetString("address", null).SetCacheable(true).UniqueResult
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None