CloneSet1684


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.982statement_list[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19121
src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs
2980
src/NHibernate.Test/Subclass/SubclassFixture.cs
Clone Instance
1
Line Count
9
Source Line
121
Source File
src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs

                        s2.Update(theClass2);
                        s2.Update(theSecondClass2);

                        t2.Commit();
                        s2.Close();

                        // lets verify the update went through
                        ISession s3 = OpenSession();
                        ITransaction t3 = s3.BeginTransaction();


Clone Instance
2
Line Count
9
Source Line
80
Source File
src/NHibernate.Test/Subclass/SubclassFixture.cs

                        // save it through the base class reference and make sure that the
                        // subclass properties get updated.
                        s2.Update(base2);
                        s2.Update(oneBase2);

                        t2.Commit();
                        s2.Close();

                        // lets test the Criteria interface for subclassing
                        ISession s3 = OpenSession();
                        ITransaction t3 = s3.BeginTransaction();


Clone AbstractionParameter Count: 2Parameter Bindings

// save it through the base class reference and make sure that the
// subclass properties get updated.
s2.Update( [[#variable28fccfe0]]);
s2.Update( [[#variable29026200]]);
t2.Commit();
s2.Close();
// lets test the Criteria interface for subclassing
// lets verify the update went through
ISession s3 = OpenSession();
ITransaction t3 = s3.BeginTransaction();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#28fccfe0]]
base2 
12[[#28fccfe0]]
theClass2 
21[[#29026200]]
oneBase2 
22[[#29026200]]
theSecondClass2