Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.961 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 97 | src/NHibernate.Test/Legacy/ABCProxyTest.cs |
2 | 6 | 282 | src/NHibernate.Test/Legacy/ABCProxyTest.cs |
| ||||
using (ISession s = OpenSession()) using (ITransaction t = s.BeginTransaction()) { s.Delete(c1); s.Delete(c2); t.Commit(); } |
| ||||
using (ISession s = OpenSession()) using (ITransaction t = s.BeginTransaction()) { s.Save(a); s.Save(d2); t.Commit(); } |
| |||
using (ISession s = OpenSession()) using (ITransaction t = s.BeginTransaction()) { s. [[#variable6cf95460]]( [[#variable6cf95400]]); s. [[#variable6cf95460]]( [[#variable6cf95380]]); t.Commit(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6cf95460]] | Delete |
1 | 2 | [[#6cf95460]] | Save |
2 | 1 | [[#6cf95400]] | c1 |
2 | 2 | [[#6cf95400]] | a |
3 | 1 | [[#6cf95380]] | c2 |
3 | 2 | [[#6cf95380]] | d2 |