CloneSet1525


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.975class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1720
src/NHibernate.Test/Legacy/ABCTest.cs
2729
src/NHibernate.Test/Legacy/ABCTest.cs
Clone Instance
1
Line Count
7
Source Line
20
Source File
src/NHibernate.Test/Legacy/ABCTest.cs

                [Test]
                public void HigherLevelIndexDefinitionInColumnTag()
                {
                        string[] commands = cfg.GenerateSchemaCreationScript(Dialect);

                        Assert.IsTrue(ContainsCommandWithSubstring(commands, "create index indx_a_name"),
                                      "Unable to locate indx_a_name index creation");
                }



Clone Instance
2
Line Count
7
Source Line
29
Source File
src/NHibernate.Test/Legacy/ABCTest.cs

                [Test]
                public void HigherLevelIndexDefinitionInPropertyTag()
                {
                        string[] commands = cfg.GenerateSchemaCreationScript(Dialect);

                        Assert.IsTrue(ContainsCommandWithSubstring(commands, "create index indx_a_anothername"),
                                      "Unable to locate indx_a_anothername index creation");
                }



Clone AbstractionParameter Count: 3Parameter Bindings

[Test]
public void [[#variable298ca740]]()
{
   string[] commands = cfg.GenerateSchemaCreationScript(Dialect);
   Assert.IsTrue(ContainsCommandWithSubstring(commands, [[#variable298caf60]]), [[#variable298caf00]]);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#298ca740]]
HigherLevelIndexDefinitionInPropertyTag 
12[[#298ca740]]
HigherLevelIndexDefinitionInColumnTag 
21[[#298caf60]]
"create index indx_a_anothername" 
22[[#298caf60]]
"create index indx_a_name" 
31[[#298caf00]]
"Unable to locate indx_a_anothername index creation" 
32[[#298caf00]]
"Unable to locate indx_a_name index creation"