Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.993 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 155 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 3 | 166 | src/NHibernate.Test/Legacy/FooBarTest.cs |
3 | 3 | 181 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
//put in cache Baz baz = (Baz) s.Get( typeof(Baz), bazCode); Assert.AreEqual(2, baz.Bag.Count); Assert.AreEqual(2, baz.ByteBag.Count); |
| ||||
Baz baz = (Baz) s.Get( typeof(Baz), bazCode); Assert.AreEqual(2, baz.Bag.Count); Assert.AreEqual(2, baz.ByteBag.Count); |
| ||||
Baz baz = (Baz) s.Get( typeof(Baz), bazCode); Assert.AreEqual(2, baz.Bag.Count); Assert.AreEqual(3, baz.ByteBag.Count); |
| |||
//put in cache Baz baz = (Baz)s.Get( typeof(Baz), bazCode); Assert.AreEqual(2, baz.Bag.Count); Assert.AreEqual( [[#variable5eb1fe80]], baz.ByteBag.Count); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb1fe80]] | 2 |
1 | 2 | [[#5eb1fe80]] | 3 |
1 | 3 | [[#5eb1fe80]] | 2 |