CloneSet1159


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.980statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1279
src/NHibernate.Test/NHSpecificTest/NH364/Fixture.cs
22104
src/NHibernate.Test/NHSpecificTest/NH364/Fixture.cs
32126
src/NHibernate.Test/NHSpecificTest/NH364/Fixture.cs
Clone Instance
1
Line Count
2
Source Line
79
Source File
src/NHibernate.Test/NHSpecificTest/NH364/Fixture.cs

                                Invoice invLoaded = s.Get < Invoice > (inv.Id);
                                Assert.AreEqual(2, invLoaded.Items.Count, "Expected 2 things in the invoice");


Clone Instance
2
Line Count
2
Source Line
104
Source File
src/NHibernate.Test/NHSpecificTest/NH364/Fixture.cs

                                Invoice invLoaded = s.Get < Invoice > (inv.Id);
                                Assert.AreEqual(3, invLoaded.Items.Count, "The collection should have a new item");


Clone Instance
3
Line Count
2
Source Line
126
Source File
src/NHibernate.Test/NHSpecificTest/NH364/Fixture.cs

                                Invoice invLoaded = s.Get < Invoice > (inv.Id);
                                Assert.AreEqual(1, invLoaded.Items.Count, "The collection should only have one item");


Clone AbstractionParameter Count: 2Parameter Bindings

Invoice invLoaded = s.Get < Invoice > (inv.Id);
Assert.AreEqual( [[#variable4676d5a0]], invLoaded.Items.Count, [[#variable4676d600]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4676d5a0]]
1 
12[[#4676d5a0]]
3 
13[[#4676d5a0]]
2 
21[[#4676d600]]
"The collection should only have one item" 
22[[#4676d600]]
"The collection should have a new item" 
23[[#4676d600]]
"Expected 2 things in the invoice"