Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 1 | 0.989 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 18 | src/NHibernate.Test/NHSpecificTest/NH1324/Fixture.cs |
2 | 6 | 47 | src/NHibernate.Test/NHSpecificTest/NH1324/Fixture.cs |
3 | 6 | 76 | src/NHibernate.Test/NHSpecificTest/NH1324/Fixture.cs |
4 | 6 | 104 | src/NHibernate.Test/NHSpecificTest/NH1324/Fixture.cs |
| ||||
using (ISession s = OpenSession()) using (ITransaction tx = s.BeginTransaction()) { Person p = new Person("a", null, 4); s.Save(p); tx.Commit(); } |
| ||||
using (ISession s = OpenSession()) using (ITransaction tx = s.BeginTransaction()) { Person p = new Person("a", 4, 4); s.Save(p); tx.Commit(); } |
| ||||
using (ISession s = OpenSession()) using (ITransaction tx = s.BeginTransaction()) { Person p = new Person("a", null, 4); s.Save(p); tx.Commit(); } |
| ||||
using (ISession s = OpenSession()) using (ITransaction tx = s.BeginTransaction()) { Person p = new Person("a", 4, 4); s.Save(p); tx.Commit(); } |
| |||
using (ISession s = OpenSession()) using (ITransaction tx = s.BeginTransaction()) { Person p = new Person("a", [[#variable65a1f540]], 4); s.Save(p); tx.Commit(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#65a1f540]] | null |
1 | 2 | [[#65a1f540]] | 4 |
1 | 3 | [[#65a1f540]] | null |
1 | 4 | [[#65a1f540]] | 4 |