Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.980 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 79 | src/NHibernate.Test/NHSpecificTest/NH364/Fixture.cs |
2 | 2 | 104 | src/NHibernate.Test/NHSpecificTest/NH364/Fixture.cs |
3 | 2 | 126 | 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"); |
| ||||
Invoice invLoaded = s.Get < Invoice > (inv.Id); Assert.AreEqual(3, invLoaded.Items.Count, "The collection should have a new item"); |
| ||||
Invoice invLoaded = s.Get < Invoice > (inv.Id); Assert.AreEqual(1, invLoaded.Items.Count, "The collection should only have one item"); |
| |||
Invoice invLoaded = s.Get < Invoice > (inv.Id); Assert.AreEqual( [[#variable4676d5a0]], invLoaded.Items.Count, [[#variable4676d600]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4676d5a0]] | 1 |
1 | 2 | [[#4676d5a0]] | 3 |
1 | 3 | [[#4676d5a0]] | 2 |
2 | 1 | [[#4676d600]] | "The collection should only have one item" |
2 | 2 | [[#4676d600]] | "The collection should have a new item" |
2 | 3 | [[#4676d600]] | "Expected 2 things in the invoice" |