Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.971 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 543 | src/NHibernate.Test/HQL/Ast/BulkManipulation.cs |
2 | 1 | 558 | src/NHibernate.Test/HQL/Ast/BulkManipulation.cs |
3 | 1 | 780 | src/NHibernate.Test/HQL/Ast/BulkManipulation.cs |
4 | 1 | 783 | src/NHibernate.Test/HQL/Ast/BulkManipulation.cs |
| ||||
s.CreateQuery("update PettingZoo pz set pz.name = pz.name where pz.id = :id").SetInt64("id", data.PettingZoo.Id). ExecuteUpdate() |
| ||||
s.CreateQuery("update Zoo as z set name = name where id = :id").SetInt64("id", data.Zoo.Id).ExecuteUpdate() |
| ||||
s.CreateQuery("delete from Animal as a where a.id = :id").SetInt64("id", data.Polliwog.Id).ExecuteUpdate() |
| ||||
s.CreateQuery("delete Animal where id = :id").SetInt64("id", data.Catepillar.Id).ExecuteUpdate() |
| |||
s.CreateQuery( [[#variable53cfbfa0]]).SetInt64("id", data. [[#variable4a692760]].Id).ExecuteUpdate() |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53cfbfa0]] | "update PettingZoo pz set pz.name = pz.name where pz.id = :id" |
1 | 2 | [[#53cfbfa0]] | "update Zoo as z set name = name where id = :id" |
1 | 3 | [[#53cfbfa0]] | "delete from Animal as a where a.id = :id" |
1 | 4 | [[#53cfbfa0]] | "delete Animal where id = :id" |
2 | 1 | [[#4a692760]] | PettingZoo |
2 | 2 | [[#4a692760]] | Zoo |
2 | 3 | [[#4a692760]] | Polliwog |
2 | 4 | [[#4a692760]] | Catepillar |