CloneSet1339


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.970statement_list[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17440
src/NHibernate.Test/Legacy/ParentChildTest.cs
27485
src/NHibernate.Test/Legacy/ParentChildTest.cs
Clone Instance
1
Line Count
7
Source Line
440
Source File
src/NHibernate.Test/Legacy/ParentChildTest.cs

                        p.Count = 66;
                        t.Commit();
                        s.Close();

                        s = OpenSession();
                        t = s.BeginTransaction();
                        c = (Child) s.Load( typeof(Child), c.Id);


Clone Instance
2
Line Count
7
Source Line
485
Source File
src/NHibernate.Test/Legacy/ParentChildTest.cs

                        p.Count = 66;
                        t.Commit();
                        s.Close();

                        s = OpenSession();
                        t = s.BeginTransaction();
                        p = (Parent) s.Load( typeof(Parent), p.Id);


Clone AbstractionParameter Count: 2Parameter Bindings

p.Count = 66;
t.Commit();
s.Close();
s = OpenSession();
t = s.BeginTransaction();
 [[#variable494dfb00]]= ( [[#variable49263ec0]])s.Load( typeof( [[#variable49263ec0]]), [[#variable494dfb00]].Id);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#494dfb00]]
p 
12[[#494dfb00]]
c 
21[[#49263ec0]]
Parent 
22[[#49263ec0]]
Child