CloneSet1078


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

                                string stuffName = "name of the stuff";
                                Person p = PreparePersonWithInverseJoin(s, "John", stuffName);

                                Person result = (Person) s.Get( typeof( Person), p.Id);
                                Assert.IsNotNull(result);


Clone Instance
2
Line Count
6
Source Line
216
Source File
src/NHibernate.Test/Join/JoinTest.cs

                                string stuffName = "name of the stuff";

                                Person p = PreparePersonWithInverseJoin(s, "John", stuffName);

                                Person personToUpdate = (Person) s.Get( typeof( Person), p.Id);
                                Assert.IsNotNull(personToUpdate);


Clone AbstractionParameter Count: 1Parameter Bindings

string stuffName = "name of the stuff";
Person p = PreparePersonWithInverseJoin(s, "John", stuffName);
Person [[#variable28e27340]]= (Person)s.Get( typeof(Person), p.Id);
Assert.IsNotNull( [[#variable28e27340]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#28e27340]]
personToUpdate 
12[[#28e27340]]
result