Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 6 | 0.961 | statement_list[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 108 | src/NHibernate.Test/NHSpecificTest/NH1741/Fixture.cs |
2 | 6 | 129 | src/NHibernate.Test/NHSpecificTest/NH1741/Fixture.cs |
| ||||
Assert.That(dq.CacheRegion, Is.EqualTo("region")); Assert.That(dq.ReadOnly); Assert.That(dq.Timeout, Is.EqualTo(10)); Assert.That(dq.CacheMode, Is.EqualTo(CacheMode.Normal)); Assert.That(dq.FetchSize, Is.EqualTo(11)); Assert.That(dq.Comment, Is.EqualTo("the comment")); |
| ||||
Assert.That(dq.CacheRegion, Is.EqualTo("another region")); Assert.That( !dq.ReadOnly); Assert.That(dq.Timeout, Is.EqualTo(20)); Assert.That(dq.CacheMode, Is.EqualTo(CacheMode.Refresh)); Assert.That(dq.FetchSize, Is.EqualTo(22)); Assert.That(dq.Comment, Is.EqualTo("another comment")); |
| |||
Assert.That(dq.CacheRegion, Is.EqualTo( [[#variable4fcf2ae0]])); Assert.That( [[#variable4fcf2c60]]); Assert.That(dq.Timeout, Is.EqualTo( [[#variable50f0e680]])); Assert.That(dq.CacheMode, Is.EqualTo(CacheMode. [[#variable5e482bc0]])); Assert.That(dq.FetchSize, Is.EqualTo( [[#variable4fcf2ac0]])); Assert.That(dq.Comment, Is.EqualTo( [[#variable4fcf2a60]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4fcf2ae0]] | "region" |
1 | 2 | [[#4fcf2ae0]] | "another region" |
2 | 1 | [[#4fcf2c60]] | dq.ReadOnly |
2 | 2 | [[#4fcf2c60]] | !dq.ReadOnly |
3 | 1 | [[#50f0e680]] | 10 |
3 | 2 | [[#50f0e680]] | 20 |
4 | 1 | [[#5e482bc0]] | Normal |
4 | 2 | [[#5e482bc0]] | Refresh |
5 | 1 | [[#4fcf2ac0]] | 11 |
5 | 2 | [[#4fcf2ac0]] | 22 |
6 | 1 | [[#4fcf2a60]] | "the comment" |
6 | 2 | [[#4fcf2a60]] | "another comment" |