Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.971 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 19 | src/NHibernate.Test/NHSpecificTest/NH1907/Fixture.cs |
2 | 1 | 30 | src/NHibernate.Test/NHSpecificTest/NH1907/Fixture.cs |
| ||||
Assert.DoesNotThrow(() => q.SetParameter("aParam", new MyType { ToPersist = 1 } )); |
| ||||
Assert.DoesNotThrow(() => q.SetParameter(0, new MyType { ToPersist = 1 } )); |
| |||
Assert.DoesNotThrow(() => q.SetParameter( [[#variable5512fc00]], new MyType { ToPersist = 1 } )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5512fc00]] | "aParam" |
1 | 2 | [[#5512fc00]] | 0 |