Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.984 | argument_list |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 25 | src/NHibernate.Test/HQL/Ast/WithClauseFixture.cs |
2 | 3 | 46 | src/NHibernate.Test/HQL/Ast/WithClauseFixture.cs |
| ||||
() => s.CreateQuery("from Animal a inner join fetch a.offspring as o with o.bodyWeight = :someLimit").SetDouble( "someLimit", 1).List() |
| ||||
() => s.CreateQuery("from Human h inner join h.friends as f with f.bodyWeight < :someLimit").SetDouble("someLimit", 1). List() |
| |||
() => s.CreateQuery( [[#variable571b4040]]).SetDouble("someLimit", 1).List() |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#571b4040]] | "from Animal a inner join fetch a.offspring as o with o.bodyWeight = :someLimit" |
1 | 2 | [[#571b4040]] | "from Human h inner join h.friends as f with f.bodyWeight < :someLimit" |