Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 32 | src/NHibernate.Test/NHSpecificTest/NH958/NH958Fixture.cs |
2 | 6 | 63 | src/NHibernate.Test/NHSpecificTest/NH958/NH958Fixture.cs |
| ||||
using (ISession session = OpenSession()) using (ITransaction transaction = session.BeginTransaction()) { person = (Person) session.SaveOrUpdateCopy(person); transaction.Commit(); } |
| ||||
using (ISession session = OpenSession()) using (ITransaction transaction = session.BeginTransaction()) { // the transient hobby "test" is inserted and updated person = (Person)session.SaveOrUpdateCopy(person); transaction.Commit(); } |
| |||
using (ISession session = OpenSession()) using (ITransaction transaction = session.BeginTransaction()) { // the transient hobby "test" is inserted and updated person = (Person)session.SaveOrUpdateCopy(person); transaction.Commit(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |