Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 10 | 3 | 0.957 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 4406 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 2 | 4412 | src/NHibernate.Test/Legacy/FooBarTest.cs |
3 | 2 | 4418 | src/NHibernate.Test/Legacy/FooBarTest.cs |
4 | 3 | 73 | src/NHibernate.Test/NHSpecificTest/NH276/Fixture.cs |
5 | 3 | 64 | src/NHibernate.Test/TypesTest/EnumCharTypeFixture.cs |
6 | 3 | 69 | src/NHibernate.Test/TypesTest/EnumCharTypeFixture.cs |
7 | 3 | 84 | src/NHibernate.Test/TypesTest/EnumCharTypeFixture.cs |
8 | 3 | 89 | src/NHibernate.Test/TypesTest/EnumCharTypeFixture.cs |
9 | 3 | 104 | src/NHibernate.Test/TypesTest/EnumCharTypeFixture.cs |
10 | 3 | 109 | src/NHibernate.Test/TypesTest/EnumCharTypeFixture.cs |
| ||||
results = q.List(); Assert.AreEqual(0, results.Count, "no foo with status of ON"); |
| ||||
results = q.List(); Assert.AreEqual(1, results.Count, "found the 1 result"); |
| ||||
results = q.List(); Assert.AreEqual(1, results.Count, "should have found the 1 foo"); |
| ||||
results = c.List(); Assert.AreEqual(1, results.Count, "1 objects"); |
| ||||
results = q.List(); Assert.AreEqual(1, results.Count, "only 1 was 'On'"); |
| ||||
results = q.List(); Assert.AreEqual(0, results.Count, "should not be any in the 'Off' status"); |
| ||||
results = q.List(); Assert.AreEqual(1, results.Count, "only 1 was \"N\" string"); |
| ||||
results = q.List(); Assert.AreEqual(0, results.Count, "should not be any in the \"F\" string"); |
| ||||
results = q.List(); Assert.AreEqual(1, results.Count, "only 1 was 'N' char"); |
| ||||
results = q.List(); Assert.AreEqual(0, results.Count, "should not be any in the 'F' char"); |
| |||
results = [[#variable6ffe7720]].List(); Assert.AreEqual( [[#variable6ffe7680]], results.Count, [[#variable6ffe75c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6ffe7720]] | q |
1 | 2 | [[#6ffe7720]] | c |
1 | 3 | [[#6ffe7720]] | q |
1 | 4 | [[#6ffe7720]] | q |
1 | 5 | [[#6ffe7720]] | q |
1 | 6 | [[#6ffe7720]] | q |
1 | 7 | [[#6ffe7720]] | q |
1 | 8 | [[#6ffe7720]] | q |
1 | 9 | [[#6ffe7720]] | q |
1 | 10 | [[#6ffe7720]] | q |
2 | 1 | [[#6ffe7680]] | 1 |
2 | 2 | [[#6ffe7680]] | 1 |
2 | 3 | [[#6ffe7680]] | 0 |
2 | 4 | [[#6ffe7680]] | 1 |
2 | 5 | [[#6ffe7680]] | 0 |
2 | 6 | [[#6ffe7680]] | 1 |
2 | 7 | [[#6ffe7680]] | 0 |
2 | 8 | [[#6ffe7680]] | 1 |
2 | 9 | [[#6ffe7680]] | 0 |
2 | 10 | [[#6ffe7680]] | 1 |
3 | 1 | [[#6ffe75c0]] | "should have found the 1 foo" |
3 | 2 | [[#6ffe75c0]] | "1 objects" |
3 | 3 | [[#6ffe75c0]] | "no foo with status of ON" |
3 | 4 | [[#6ffe75c0]] | "found the 1 result" |
3 | 5 | [[#6ffe75c0]] | "should not be any in the 'F' char" |
3 | 6 | [[#6ffe75c0]] | "only 1 was 'N' char" |
3 | 7 | [[#6ffe75c0]] | "should not be any in the \"F\" string" |
3 | 8 | [[#6ffe75c0]] | "only 1 was \"N\" string" |
3 | 9 | [[#6ffe75c0]] | "should not be any in the 'Off' status" |
3 | 10 | [[#6ffe75c0]] | "only 1 was 'On'" |