Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.953 | primary_no_array_creation_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 5314 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 1 | 5627 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
s.CreateQuery("from Bar bar where bar.Object.id = ? and bar.Object.class = ?"). SetParameter(0, oid, NHibernateUtil.Int64) |
| ||||
s.CreateQuery("from Foo as f where f.id = ?").SetParameter(0, id, NHibernateUtil.String) |
| |||
s.CreateQuery( [[#variable571b7f20]]).SetParameter(0, [[#variable571b7e60]], NHibernateUtil. [[#variable571b7da0]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#571b7f20]] | "from Foo as f where f.id = ?" |
1 | 2 | [[#571b7f20]] | "from Bar bar where bar.Object.id = ? and bar.Object.class = ?" |
2 | 1 | [[#571b7e60]] | id |
2 | 2 | [[#571b7e60]] | oid |
3 | 1 | [[#571b7da0]] | String |
3 | 2 | [[#571b7da0]] | Int64 |