Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 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 | 6 | 12 | src/NHibernate.Test/NHSpecificTest/NH1284/Fixture.cs |
2 | 6 | 37 | src/NHibernate.Test/NHSpecificTest/NH901/Fixture.cs |
| ||||
using (ISession s = OpenSession()) using (ITransaction tx = s.BeginTransaction()) { Person p = new Person("Jimmy Hendrix"); s.Save(p); tx.Commit(); } |
| ||||
using (ISession s = OpenSession()) using (ITransaction tx = s.BeginTransaction()) { Person p = new Person("Jimmy Hendrix"); s.Save(p); tx.Commit(); } |
| |||
using (ISession s = OpenSession()) using (ITransaction tx = s.BeginTransaction()) { Person p = new Person("Jimmy Hendrix"); s.Save(p); tx.Commit(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |