CloneSet1221


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.986statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14504
src/NHibernate.Test/Join/JoinTest.cs
23561
src/NHibernate.Test/Join/JoinTest.cs
Clone Instance
1
Line Count
4
Source Line
504
Source File
src/NHibernate.Test/Join/JoinTest.cs

                                Employee[] employees = CreateAndInsertEmployees(s, 3);

                                Employee emp0 = (Employee) s.Get( typeof( Employee), employees[0].Id);
                                Assert.IsNotNull(emp0);


Clone Instance
2
Line Count
3
Source Line
561
Source File
src/NHibernate.Test/Join/JoinTest.cs

                                Employee[] employees = CreateAndInsertEmployees(s, 1);
                                Employee emp0 = (Employee) s.Get( typeof( Person), employees[0].Id);
                                Assert.IsNotNull(emp0);


Clone AbstractionParameter Count: 2Parameter Bindings

Employee[] employees = CreateAndInsertEmployees(s, [[#variable2c95cf80]]);
Employee emp0 = (Employee)s.Get( typeof( [[#variable2c95dc80]]), employees[0].Id);
Assert.IsNotNull(emp0);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2c95cf80]]
3 
12[[#2c95cf80]]
1 
21[[#2c95dc80]]
Employee 
22[[#2c95dc80]]
Person