Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.985 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 92 | src/NHibernate.Test/TypeParameters/TypeParameterTest.cs |
2 | 2 | 99 | src/NHibernate.Test/TypeParameters/TypeParameterTest.cs |
| ||||
(Widget) s.CreateQuery("from Widget o where o.Str = :string"). SetString("string", "all-normal").UniqueResult() |
| ||||
(Widget) s.CreateQuery("from Widget o where o.Str = :string"). SetString("string", "all-default").UniqueResult() |
| |||
(Widget)s.CreateQuery("from Widget o where o.Str = :string").SetString("string", [[#variable5e456a80]]).UniqueResult() |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5e456a80]] | "all-default" |
1 | 2 | [[#5e456a80]] | "all-normal" |