| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 3 | 2 | 0.968 | non_pp_embedded_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 48 | src/NHibernate.Test/CacheTest/CacheFixture.cs |
| 2 | 1 | 86 | src/NHibernate.Test/CacheTest/CacheFixture.cs |
| 3 | 1 | 129 | src/NHibernate.Test/CacheTest/CacheFixture.cs |
| ||||
Assert.AreEqual("foo", ccs.Get(fooKey, after));
|
| ||||
Assert.AreEqual("baz", ccs.Get(fooKey, longLongAfter));
|
| ||||
Assert.AreEqual("baz", ccs.Get(fooKey, longLongAfter));
|
| |||
Assert.AreEqual( [[#variable6e6bee00]], ccs.Get(fooKey, [[#variable6e6bed80]])); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6e6bee00]] | "baz" |
| 1 | 2 | [[#6e6bee00]] | "foo" |
| 1 | 3 | [[#6e6bee00]] | "baz" |
| 2 | 1 | [[#6e6bed80]] | longLongAfter |
| 2 | 2 | [[#6e6bed80]] | after |
| 2 | 3 | [[#6e6bed80]] | longLongAfter |