CloneSet2934


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.984statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17140
src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs
2792
src/NHibernate.Test/Legacy/SimpleTest.cs
Clone Instance
1
Line Count
7
Source Line
140
Source File
src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs

                        s3.Delete(theSecondClass3);

                        t3.Commit();
                        s3.Close();

                        // lets verify the delete went through
                        ISession s4 = OpenSession();


Clone Instance
2
Line Count
7
Source Line
92
Source File
src/NHibernate.Test/Legacy/SimpleTest.cs

                        s3.Delete(otherSimple3);

                        t3.Commit();
                        s3.Close();

                        // verify there is no other Simple objects in the db
                        ISession s4 = OpenSession();


Clone AbstractionParameter Count: 1Parameter Bindings

s3.Delete( [[#variable5ebae840]]);
t3.Commit();
s3.Close();
// lets verify the delete went through
// verify there is no other Simple objects in the db
ISession s4 = OpenSession();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5ebae840]]
theSecondClass3 
12[[#5ebae840]]
otherSimple3