Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.971 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 84 | src/NHibernate.Test/NHSpecificTest/NH1927/Fixture.cs |
2 | 8 | 95 | src/NHibernate.Test/NHSpecificTest/NH1927/Fixture.cs |
| ||||
[Test] public void HqlWithEagerFetch() { TestQuery(s => s.CreateQuery(@" select c from Customer c left join fetch c.Invoices"). UniqueResult<Customer> ()); } |
| ||||
[Test] public void HqlWithoutEagerFetch() { TestQuery(s => s.CreateQuery(@" select c from Customer c"). UniqueResult<Customer> ()); } |
| |||
[Test] public void [[#variable54b15ba0]]() { TestQuery(s => s.CreateQuery( [[#variable54b15b80]]).UniqueResult<Customer> ()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b15ba0]] | HqlWithEagerFetch |
1 | 2 | [[#54b15ba0]] | HqlWithoutEagerFetch |
2 | 1 | [[#54b15b80]] | @" select c from Customer c left join fetch c.Invoices" |
2 | 2 | [[#54b15b80]] | @" select c from Customer c" |