Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.959 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 48 | src/NHibernate.Test/DialectTest/DialectFixture.cs |
2 | 4 | 58 | src/NHibernate.Test/DialectTest/DialectFixture.cs |
| ||||
[Test] public void IsQuotedTrue() { Assert.IsTrue(d.IsQuoted(tableAlreadyQuoted[BeforeQuoteIndex])); } |
| ||||
/// <summary> /// Test that only the first char identifies that the Identifier /// is Quoted - regardless of what chars are contained in it. /// </summary> [Test] public void IsQuotedFalse() { Assert.IsFalse(d.IsQuoted(tableThatNeedsToBeQuoted[BeforeQuoteIndex])); } |
| |||
/// <summary> /// Test that only the first char identifies that the Identifier /// is Quoted - regardless of what chars are contained in it. /// </summary> [Test] public void [[#variable5eb86fc0]]() { Assert. [[#variable5eb86f00]](d.IsQuoted( [[#variable5eb86e60]][BeforeQuoteIndex])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb86fc0]] | IsQuotedFalse |
1 | 2 | [[#5eb86fc0]] | IsQuotedTrue |
2 | 1 | [[#5eb86f00]] | IsFalse |
2 | 2 | [[#5eb86f00]] | IsTrue |
3 | 1 | [[#5eb86e60]] | tableThatNeedsToBeQuoted |
3 | 2 | [[#5eb86e60]] | tableAlreadyQuoted |