Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.959 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 137 | src/NHibernate.Test/JoinedSubclass/JoinedSubclassFixture.cs |
2 | 2 | 4400 | src/NHibernate.Test/Legacy/FooBarTest.cs |
3 | 3 | 63 | src/NHibernate.Test/NHSpecificTest/NH276/Fixture.cs |
| ||||
IList results = q.List(); Assert.AreEqual(1, results.Count, "should only return 1 employee."); |
| ||||
IList results = q.List(); Assert.AreEqual(1, results.Count, "should have found 1"); |
| ||||
IList results = c.List(); Assert.AreEqual(2, results.Count, "2 objects"); |
| |||
IList results = [[#variable27940b20]].List(); Assert.AreEqual( [[#variable27d7dac0]], results.Count, [[#variable27940a60]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27940b20]] | q |
1 | 2 | [[#27940b20]] | c |
1 | 3 | [[#27940b20]] | q |
2 | 1 | [[#27d7dac0]] | 1 |
2 | 2 | [[#27d7dac0]] | 2 |
2 | 3 | [[#27d7dac0]] | 1 |
3 | 1 | [[#27940a60]] | "should only return 1 employee." |
3 | 2 | [[#27940a60]] | "2 objects" |
3 | 3 | [[#27940a60]] | "should have found 1" |