Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.986 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 504 | src/NHibernate.Test/Join/JoinTest.cs |
2 | 3 | 561 | src/NHibernate.Test/Join/JoinTest.cs |
| ||||
Employee[] employees = CreateAndInsertEmployees(s, 3); Employee emp0 = (Employee) s.Get( typeof( Employee), employees[0].Id); Assert.IsNotNull(emp0); |
| ||||
Employee[] employees = CreateAndInsertEmployees(s, 1); Employee emp0 = (Employee) s.Get( typeof( Person), employees[0].Id); Assert.IsNotNull(emp0); |
| |||
Employee[] employees = CreateAndInsertEmployees(s, [[#variable2c95cf80]]); Employee emp0 = (Employee)s.Get( typeof( [[#variable2c95dc80]]), employees[0].Id); Assert.IsNotNull(emp0); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2c95cf80]] | 3 |
1 | 2 | [[#2c95cf80]] | 1 |
2 | 1 | [[#2c95dc80]] | Employee |
2 | 2 | [[#2c95dc80]] | Person |