Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.968 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 291 | src/NHibernate.Test/Legacy/ABCProxyTest.cs |
2 | 2 | 439 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
s.CreateQuery("from E e, A a where e.Reverse = a.Forward and a = ?").SetEntity(0, a).List() |
| ||||
s.CreateQuery("select foo, bar from Foo foo left outer join foo.TheFoo bar where foo = ?"). SetEntity(0, foo).List() |
| |||
s.CreateQuery( [[#variable6f20ea40]]).SetEntity(0, [[#variable6f20e9e0]]).List() |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f20ea40]] | "select foo, bar from Foo foo left outer join foo.TheFoo bar where foo = ?" |
1 | 2 | [[#6f20ea40]] | "from E e, A a where e.Reverse = a.Forward and a = ?" |
2 | 1 | [[#6f20e9e0]] | foo |
2 | 2 | [[#6f20e9e0]] | a |