CloneSet800


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3420.979statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12272
src/NHibernate.Test/Legacy/FooBarTest.cs
23282
src/NHibernate.Test/Legacy/FooBarTest.cs
32329
src/NHibernate.Test/Legacy/FooBarTest.cs
43343
src/NHibernate.Test/Legacy/FooBarTest.cs
Clone Instance
1
Line Count
2
Source Line
272
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                                Baz baz = (Baz) s.Get( typeof(Baz), bazCode);
                                Assert.IsFalse(NHibernateUtil.IsInitialized(baz.FooSet));


Clone Instance
2
Line Count
3
Source Line
282
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                                Baz baz = (Baz) s.Get( typeof(Baz), bazCode);

                                Assert.IsFalse(NHibernateUtil.IsInitialized(baz.FooSet));


Clone Instance
3
Line Count
2
Source Line
329
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                                Baz baz = (Baz) s.Get( typeof(Baz), bazCode);
                                Assert.IsFalse(NHibernateUtil.IsInitialized(baz.FooSet));


Clone Instance
4
Line Count
3
Source Line
343
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                                Baz baz2 = (Baz) s.Get( typeof(Baz), baz2Code);

                                Assert.IsFalse(NHibernateUtil.IsInitialized(baz.FooSet));


Clone AbstractionParameter Count: 2Parameter Bindings

Baz [[#variable5f49ca40]]= (Baz)s.Get( typeof(Baz), [[#variable28799e20]]);
Assert.IsFalse(NHibernateUtil.IsInitialized(baz.FooSet));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5f49ca40]]
baz2 
12[[#5f49ca40]]
baz 
13[[#5f49ca40]]
baz 
14[[#5f49ca40]]
baz 
21[[#28799e20]]
baz2Code 
22[[#28799e20]]
bazCode 
23[[#28799e20]]
bazCode 
24[[#28799e20]]
bazCode