Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.980 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 3826 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 2 | 3833 | src/NHibernate.Test/Legacy/FooBarTest.cs |
3 | 2 | 3841 | src/NHibernate.Test/Legacy/FooBarTest.cs |
4 | 2 | 3850 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
g = (GlarchProxy) s.Load( typeof(Glarch), gid); Assert.AreEqual(2, g.Version, "versioned collection before"); |
| ||||
g = (GlarchProxy) s.Load( typeof(Glarch), gid); Assert.AreEqual(3, g.Version, "versioned collection after"); |
| ||||
g = (GlarchProxy) s.Load( typeof(Glarch), gid); Assert.AreEqual(4, g.Version, "versioned collection after"); |
| ||||
g = (GlarchProxy) s.Load( typeof(Glarch), gid); Assert.AreEqual(5, g.Version, "versioned collection after"); |
| |||
g = (GlarchProxy)s.Load( typeof(Glarch), gid); Assert.AreEqual( [[#variable2590bc00]], g.Version, [[#variable55387a20]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2590bc00]] | 5 |
1 | 2 | [[#2590bc00]] | 2 |
1 | 3 | [[#2590bc00]] | 3 |
1 | 4 | [[#2590bc00]] | 4 |
2 | 1 | [[#55387a20]] | "versioned collection after" |
2 | 2 | [[#55387a20]] | "versioned collection before" |
2 | 3 | [[#55387a20]] | "versioned collection after" |
2 | 4 | [[#55387a20]] | "versioned collection after" |