Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | primary_no_array_creation_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 36 | src/NHibernate.Test/CacheTest/QueryCacheFixture.cs |
2 | 7 | 45 | 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 |
| ||||
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 |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |