Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.954 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 56 | src/NHibernate.Test/NHSpecificTest/NH1488/Fixture.cs |
2 | 1 | 42 | src/NHibernate.Test/NHSpecificTest/NH1490/Fixture.cs |
| ||||
Assert.That(result.Count, Is.EqualTo(2), "should return Customers, on left outer join, even empty Category"); |
| ||||
Assert.That(customers.Count, Is.EqualTo(1), "Can apply condition on Customer without IFilter"); |
| |||
Assert.That( [[#variable5208c020]].Count, Is.EqualTo( [[#variable5504ff80]]), [[#variable5504fec0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5208c020]] | customers |
1 | 2 | [[#5208c020]] | result |
2 | 1 | [[#5504ff80]] | 1 |
2 | 2 | [[#5504ff80]] | 2 |
3 | 1 | [[#5504fec0]] | "Can apply condition on Customer without IFilter" |
3 | 2 | [[#5504fec0]] | "should return Customers, on left outer join, even empty Category" |