Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.958 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 98 | src/NHibernate.Test/EntityModeTest/Multi/MultiRepresentationFixture.cs |
2 | 2 | 26 | src/NHibernate.Test/NHSpecificTest/NH1488/Fixture.cs |
| ||||
IList result = xml.CreateQuery("from Stock").List(); Assert.That(result.Count, Is.EqualTo(1L)); |
| ||||
IList result = s.CreateQuery("select c.Name, cat.Name from CustomerNoSmart c left outer join c.Category cat").List(); Assert.That(result.Count, Is.EqualTo(2)); |
| |||
IList result = [[#variable53f1a200]].CreateQuery( [[#variable290cf260]]).List(); Assert.That(result.Count, Is.EqualTo( [[#variable5414a000]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53f1a200]] | xml |
1 | 2 | [[#53f1a200]] | s |
2 | 1 | [[#290cf260]] | "from Stock" |
2 | 2 | [[#290cf260]] | "select c.Name, cat.Name from CustomerNoSmart c left outer join c.Category cat" |
3 | 1 | [[#5414a000]] | 1L |
3 | 2 | [[#5414a000]] | 2 |