Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.969 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 318 | src/NHibernate.Test/Legacy/ABCProxyTest.cs |
2 | 6 | 19 | src/NHibernate.Test/NHSpecificTest/NH1403/Fixture.cs |
| ||||
using (ISession s = OpenSession()) using (ITransaction t = s.BeginTransaction()) { aid = s.Save(a); d2id = s.Save(d2); t.Commit(); } |
| ||||
using (ISession s = OpenSession()) using (ITransaction t = s.BeginTransaction()) { savedIdMale = s.Save(h); saveIdFemale = s.Save(h1); t.Commit(); } |
| |||
using (ISession s = OpenSession()) using (ITransaction t = s.BeginTransaction()) { [[#variable27982a80]]= s.Save( [[#variable288a8c00]]); [[#variable47039640]]= s.Save( [[#variable27982940]]); t.Commit(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27982a80]] | savedIdMale |
1 | 2 | [[#27982a80]] | aid |
2 | 1 | [[#288a8c00]] | h |
2 | 2 | [[#288a8c00]] | a |
3 | 1 | [[#47039640]] | saveIdFemale |
3 | 2 | [[#47039640]] | d2id |
4 | 1 | [[#27982940]] | h1 |
4 | 2 | [[#27982940]] | d2 |