Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.974 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2476 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 2 | 214 | src/NHibernate.Test/Legacy/MasterDetailTest.cs |
| ||||
Assert.IsTrue(list[1] is Result); list = s.CreateQuery( "select new Result( baz.Name, foo.Long, count(elements(baz.FooArray)) ) from Baz baz join baz.FooArray foo group by baz.Name, foo.Long"). List(); |
| ||||
Assert.IsTrue(list[1] is Down); list = s.CreateQuery("from Down down").List(); |
| |||
Assert.IsTrue(list[1] is [[#variable65291200]]); list = s.CreateQuery( [[#variable65291060]]).List(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#65291200]] | Result |
1 | 2 | [[#65291200]] | Down |
2 | 1 | [[#65291060]] | "select new Result( baz.Name, foo.Long, count(elements(baz.FooArray)) ) from Baz baz join baz.FooArray foo group by baz.Name, foo.Long" |
2 | 2 | [[#65291060]] | "from Down down" |