CloneSet1369


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

                                mark = (Employee) s.Get( typeof( Employee), mark.Id);
                                joe = (Customer) s.Get( typeof( Customer), joe.Id);

                                mark.Zip = "30306";


Clone Instance
2
Line Count
4
Source Line
85
Source File
src/NHibernate.Test/JoinedSubclass/JoinedSubclassFixture.cs

                        mark = (Employee) s.Load( typeof(Employee), mark.Id);
                        joe = (Customer) s.Load( typeof(Customer), joe.Id);

                        mark.Address.Zip = "30306";


Clone AbstractionParameter Count: 2Parameter Bindings

mark = (Employee)s. [[#variable2d22e6a0]]( typeof(Employee), mark.Id);
joe = (Customer)s. [[#variable2d22e6a0]]( typeof(Customer), joe.Id);
 [[#variable2d223260]].Zip = "30306";
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2d22e6a0]]
Get 
12[[#2d22e6a0]]
Load 
21[[#2d223260]]
mark 
22[[#2d223260]]
mark.Address