| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.989 | statement_list[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1122 | src/NHibernate.Test/Legacy/MasterDetailTest.cs |
| 2 | 2 | 1129 | src/NHibernate.Test/Legacy/MasterDetailTest.cs |
| ||||
c = (Custom) s.Load( typeof(Custom), id);
Assert.AreEqual("foo", c.Name);
|
| ||||
c = (Custom) s.Load( typeof(Custom), id);
Assert.AreEqual("bar", c.Name);
|
| |||
c = (Custom)s.Load( typeof(Custom), id); Assert.AreEqual( [[#variable6fa75560]], c.Name); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6fa75560]] | "bar" |
| 1 | 2 | [[#6fa75560]] | "foo" |