CloneSet2523


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.959class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1448
src/NHibernate.Test/DialectTest/DialectFixture.cs
2458
src/NHibernate.Test/DialectTest/DialectFixture.cs
Clone Instance
1
Line Count
4
Source Line
48
Source File
src/NHibernate.Test/DialectTest/DialectFixture.cs

                [Test]
                public void IsQuotedTrue()
                {
                        Assert.IsTrue(d.IsQuoted(tableAlreadyQuoted[BeforeQuoteIndex]));
                }



Clone Instance
2
Line Count
4
Source Line
58
Source File
src/NHibernate.Test/DialectTest/DialectFixture.cs

                /// <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]));
                }



Clone AbstractionParameter Count: 3Parameter Bindings

/// <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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5eb86fc0]]
IsQuotedFalse 
12[[#5eb86fc0]]
IsQuotedTrue 
21[[#5eb86f00]]
IsFalse 
22[[#5eb86f00]]
IsTrue 
31[[#5eb86e60]]
tableThatNeedsToBeQuoted 
32[[#5eb86e60]]
tableAlreadyQuoted