CloneSet718


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10220.990class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11013
src/NHibernate.Test/NHSpecificTest/NH1612/NativeSqlCollectionLoaderFixture.cs
2825
src/NHibernate.Test/NHSpecificTest/NH1612/NativeSqlCollectionLoaderFixture.cs
Clone Instance
1
Line Count
10
Source Line
13
Source File
src/NHibernate.Test/NHSpecificTest/NH1612/NativeSqlCollectionLoaderFixture.cs

                #region Tests - <return-join>
                [Test]
                public void LoadElementsWithWithSimpleHbmAliasInjection()
                {
                        string[] routes = CreateRoutes();
                        Country country = LoadCountryWithNativeSQL(CreateCountry(routes), "LoadCountryRoutesWithSimpleHbmAliasInjection");

                        Assert.That(country, Is.Not.Null);
                        Assert.That(country.Routes, Is.EquivalentTo(routes));

                        Cleanup();
                }



Clone Instance
2
Line Count
8
Source Line
25
Source File
src/NHibernate.Test/NHSpecificTest/NH1612/NativeSqlCollectionLoaderFixture.cs

                [Test]
                public void LoadElementsWithExplicitColumnMappings()
                {
                        string[] routes = CreateRoutes();
                        Country country = LoadCountryWithNativeSQL(CreateCountry(routes), "LoadCountryRoutesWithCustomAliases");
                        Assert.That(country, Is.Not.Null);
                        Assert.That(country.Routes, Is.EquivalentTo(routes));
                        Cleanup();
                }



Clone AbstractionParameter Count: 2Parameter Bindings

#region Tests - <return-join>
[Test]
public void [[#variable54af9900]]()
{
   string[] routes = CreateRoutes();
   Country country = LoadCountryWithNativeSQL(CreateCountry(routes), [[#variable54af9880]]);
   Assert.That(country, Is.Not.Null);
   Assert.That(country.Routes, Is.EquivalentTo(routes));
   Cleanup();
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54af9900]]
LoadElementsWithWithSimpleHbmAliasInjection 
12[[#54af9900]]
LoadElementsWithExplicitColumnMappings 
21[[#54af9880]]
"LoadCountryRoutesWithSimpleHbmAliasInjection" 
22[[#54af9880]]
"LoadCountryRoutesWithCustomAliases"