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 | 99 | src/NHibernate.Test/IdTest/AssignedFixture.cs |
2 | 6 | 137 | src/NHibernate.Test/IdTest/AssignedFixture.cs |
| ||||
using (ISession s = OpenSession()) { ITransaction t = s.BeginTransaction(); s.Save(new Parent() { Id = "parent", Name = "before" } ); t.Commit(); } |
| ||||
using (ISession s = OpenSession()) { ITransaction t = s.BeginTransaction(); s.Save(new Parent() { Id = "parent", Name = "before" } ); t.Commit(); } |
| |||
using (ISession s = OpenSession()) { ITransaction t = s.BeginTransaction(); s.Save(new Parent() { Id = "parent", Name = "before" } ); t.Commit(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |