Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.952 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 199 | src/NHibernate.Test/Events/PostEvents/PostUpdateFixture.cs |
2 | 4 | 58 | src/NHibernate.Test/SecondLevelCacheTest/QueryCacheFixture.cs |
3 | 4 | 71 | src/NHibernate.Test/SecondLevelCacheTest/QueryCacheFixture.cs |
| ||||
using (ITransaction tx = s.BeginTransaction()) { s.CreateQuery("delete from SimpleEntity").ExecuteUpdate(); tx.Commit(); } |
| ||||
using (ITransaction tx = s.BeginTransaction()) { s.GetNamedQuery("Stat").List(); tx.Commit(); } |
| ||||
using (ITransaction tx = s.BeginTransaction()) { s.GetNamedQuery("Stat").List(); tx.Commit(); } |
| |||
using (ITransaction tx = s.BeginTransaction()) { s. [[#variable50ab37e0]]( [[#variable6ca02120]]). [[#variable6ca02100]](); tx.Commit(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50ab37e0]] | GetNamedQuery |
1 | 2 | [[#50ab37e0]] | CreateQuery |
1 | 3 | [[#50ab37e0]] | GetNamedQuery |
2 | 1 | [[#6ca02120]] | "Stat" |
2 | 2 | [[#6ca02120]] | "delete from SimpleEntity" |
2 | 3 | [[#6ca02120]] | "Stat" |
3 | 1 | [[#6ca02100]] | List |
3 | 2 | [[#6ca02100]] | ExecuteUpdate |
3 | 3 | [[#6ca02100]] | List |