CloneSet1859


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.980statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1467
src/NHibernate.Test/Stats/StatsFixture.cs
2483
src/NHibernate.Test/Stats/StatsFixture.cs
Clone Instance
1
Line Count
4
Source Line
67
Source File
src/NHibernate.Test/Stats/StatsFixture.cs

                        Assert.AreEqual(1, stats.CollectionLoadCount);
                        Assert.AreEqual(1, stats.CollectionFetchCount, "Explicit fetch of the collection state");
                        tx.Commit();
                        s.Close();


Clone Instance
2
Line Count
4
Source Line
83
Source File
src/NHibernate.Test/Stats/StatsFixture.cs

                        Assert.AreEqual(1, stats.CollectionLoadCount);
                        Assert.AreEqual(0, stats.CollectionFetchCount, "collection should be loaded in the same query as its parent");
                        tx.Commit();
                        s.Close();


Clone AbstractionParameter Count: 2Parameter Bindings

Assert.AreEqual(1, stats.CollectionLoadCount);
Assert.AreEqual( [[#variable6fcbd7a0]], stats.CollectionFetchCount, [[#variable6fcbe600]]);
tx.Commit();
s.Close();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6fcbd7a0]]
1 
12[[#6fcbd7a0]]
0 
21[[#6fcbe600]]
"Explicit fetch of the collection state" 
22[[#6fcbe600]]
"collection should be loaded in the same query as its parent"