| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.973 | statement_list[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 927 | src/NHibernate.Test/Legacy/MasterDetailTest.cs |
| 2 | 3 | 851 | src/NHibernate.Test/Legacy/ParentChildTest.cs |
| ||||
s.Delete(s.Load( typeof(Category), c.Id));
t.Commit();
s.Close();
|
| ||||
s.Delete(s.Load( typeof(Contained), c3.Id));
t.Commit();
s.Close();
|
| |||
s.Delete(s.Load( typeof( [[#variable6ff74b40]]), [[#variable6ff750a0]].Id)); t.Commit(); s.Close(); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6ff74b40]] | Category |
| 1 | 2 | [[#6ff74b40]] | Contained |
| 2 | 1 | [[#6ff750a0]] | c |
| 2 | 2 | [[#6ff750a0]] | c3 |