Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.976 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 243 | src/NHibernate.Test/Legacy/MasterDetailTest.cs |
2 | 9 | 297 | src/NHibernate.Test/Legacy/MasterDetailTest.cs |
| ||||
if (Dialect is MySQLDialect) { m.OtherMaster = null; s.Flush(); } s.Delete(m); t.Commit(); s.Close(); |
| ||||
if (Dialect is MySQLDialect) { m1.OtherMaster = null; s.Flush(); } s.Delete(m1); t.Commit(); s.Close(); |
| |||
if (Dialect is MySQLDialect) { [[#variable5eb495e0]].OtherMaster = null; s.Flush(); } s.Delete( [[#variable5eb495e0]]); t.Commit(); s.Close(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb495e0]] | m |
1 | 2 | [[#5eb495e0]] | m1 |