Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 2 | 0.955 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 21 | src/NHibernate.Test/GenericTest/OrderedSetGeneric/OrderedSetFixture.cs |
2 | 7 | 66 | src/NHibernate.Test/NHSpecificTest/NH1293/Fixture.cs |
3 | 7 | 98 | src/NHibernate.Test/Operations/MergeFixture.cs |
| ||||
using (ISession s = OpenSession()) { using (ITransaction tx = s.BeginTransaction()) { s.Delete("from B"); s.Delete("from A"); tx.Commit(); } } |
| ||||
using (ISession s = OpenSession()) { using (ITransaction tx = s.BeginTransaction()) { s.Delete("from Customer"); s.Delete("from Category"); tx.Commit(); } } |
| ||||
using (ISession s = OpenSession()) { using (ITransaction tx = s.BeginTransaction()) { s.Delete(a); s.Delete(p); tx.Commit(); } } |
| |||
using (ISession s = OpenSession()) { using (ITransaction tx = s.BeginTransaction()) { s.Delete( [[#variable26cbe600]]); s.Delete( [[#variable26cbe520]]); tx.Commit(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#26cbe600]] | a |
1 | 2 | [[#26cbe600]] | "from Customer" |
1 | 3 | [[#26cbe600]] | "from B" |
2 | 1 | [[#26cbe520]] | p |
2 | 2 | [[#26cbe520]] | "from Category" |
2 | 3 | [[#26cbe520]] | "from A" |