Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 2 | 0.963 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 36 | src/NHibernate.Test/NHSpecificTest/ManyToOneFilters20Behaviour/Fixture.cs |
2 | 6 | 65 | src/NHibernate.Test/NHSpecificTest/NH1144/Fixture.cs |
3 | 6 | 65 | src/NHibernate.Test/NHSpecificTest/NH1691/Fixture.cs |
4 | 6 | 105 | src/NHibernate.Test/NHSpecificTest/NH1691/Fixture.cs |
| ||||
using (ISession s = OpenSession()) { using (ITransaction tx = s.BeginTransaction()) { s.Delete("from Parent"); tx.Commit(); } } |
| ||||
using (ISession s = OpenSession()) { using (ITransaction tx = s.BeginTransaction()) { s.Delete("from MainClass"); tx.Commit(); } } |
| ||||
using (ISession s = OpenSession()) { using (ITransaction t = s.BeginTransaction()) { s.Delete("from Nest"); t.Commit(); } } |
| ||||
using (ISession s = OpenSession()) { using (ITransaction t = s.BeginTransaction()) { s.Delete("from Nest"); t.Commit(); } } |
| |||
using (ISession s = OpenSession()) { using (ITransaction [[#variable58945f80]]= s.BeginTransaction()) { s.Delete( [[#variable58945f20]]); [[#variable58945f80]].Commit(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58945f80]] | t |
1 | 2 | [[#58945f80]] | tx |
1 | 3 | [[#58945f80]] | tx |
1 | 4 | [[#58945f80]] | t |
2 | 1 | [[#58945f20]] | "from Nest" |
2 | 2 | [[#58945f20]] | "from MainClass" |
2 | 3 | [[#58945f20]] | "from Parent" |
2 | 4 | [[#58945f20]] | "from Nest" |