Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.968 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1691 | src/NHibernate.Test/Criteria/CriteriaQueryTest.cs |
2 | 3 | 55 | src/NHibernate.Test/NHSpecificTest/NH1064/Fixture.cs |
3 | 3 | 52 | src/NHibernate.Test/NHSpecificTest/NH1857/FullJoinTest.cs |
4 | 2 | 401 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
| ||||
IList result = c.List(); Assert.AreEqual(0, result.Count); |
| ||||
// According to the issue description, the following line // would have thown an NHibernate.ADOException before the fix IList result = crit.List(); Assert.AreEqual(1, result.Count); |
| ||||
IList result = q.List(); Assert.AreEqual(3, result.Count); |
| ||||
IList result = q.List(); Assert.AreEqual(2, result.Count); |
| |||
// According to the issue description, the following line // would have thown an NHibernate.ADOException before the fix IList result = [[#variable2891dc20]].List(); Assert.AreEqual( [[#variable289cd040]], result.Count); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2891dc20]] | q |
1 | 2 | [[#2891dc20]] | crit |
1 | 3 | [[#2891dc20]] | q |
1 | 4 | [[#2891dc20]] | c |
2 | 1 | [[#289cd040]] | 2 |
2 | 2 | [[#289cd040]] | 1 |
2 | 3 | [[#289cd040]] | 3 |
2 | 4 | [[#289cd040]] | 0 |