| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 2 | 0.988 | statement_list[5] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 276 | src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs |
| 2 | 6 | 424 | src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs |
| ||||
Employment emp2 = (Employment) list[0];
Assert.AreEqual(emp2.EmploymentId, emp.EmploymentId);
Assert.AreEqual(emp2.StartDate.Date, emp.StartDate.Date);
Assert.AreEqual(emp2.EndDate, emp.EndDate);
t.Commit();
|
| ||||
Employment emp2 = (Employment) list[0];
Assert.AreEqual(emp2.EmploymentId, emp.EmploymentId);
Assert.AreEqual(emp2.StartDate.Date, emp.StartDate.Date);
Assert.AreEqual(emp2.EndDate, emp.EndDate);
s.Clear();
|
| |||
Employment emp2 = (Employment)list[0]; Assert.AreEqual(emp2.EmploymentId, emp.EmploymentId); Assert.AreEqual(emp2.StartDate.Date, emp.StartDate.Date); Assert.AreEqual(emp2.EndDate, emp.EndDate); [[#variable5662fd20]]. [[#variable29557120]](); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5662fd20]] | s |
| 1 | 2 | [[#5662fd20]] | t |
| 2 | 1 | [[#29557120]] | Clear |
| 2 | 2 | [[#29557120]] | Commit |