CloneSet1512


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.984class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1738
src/NHibernate.Test/NHSpecificTest/NH1521/Fixture.cs
2747
src/NHibernate.Test/NHSpecificTest/NH1521/Fixture.cs
Clone Instance
1
Line Count
7
Source Line
38
Source File
src/NHibernate.Test/NHSpecificTest/NH1521/Fixture.cs

                [Test]
                public void WithDefaultValuesInMapping()
                {
                        Configuration cfg = TestConfigurationHelper.GetDefaultConfiguration();
                        CheckDialect(cfg);
                        cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1521.AclassWithDefault.hbm.xml", GetType().Assembly);
                        AssertThatCheckOnTableExistenceIsCorrect(cfg);
                }



Clone Instance
2
Line Count
7
Source Line
47
Source File
src/NHibernate.Test/NHSpecificTest/NH1521/Fixture.cs

                [Test]
                public void WithSpecificValuesInMapping()
                {
                        Configuration cfg = TestConfigurationHelper.GetDefaultConfiguration();
                        CheckDialect(cfg);
                        cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1521.AclassWithSpecific.hbm.xml", GetType().Assembly);
                        AssertThatCheckOnTableExistenceIsCorrect(cfg);
                }



Clone AbstractionParameter Count: 2Parameter Bindings

[Test]
public void [[#variable2980dfc0]]()
{
   Configuration cfg = TestConfigurationHelper.GetDefaultConfiguration();
   CheckDialect(cfg);
   cfg.AddResource( [[#variable29741280]], GetType().Assembly);
   AssertThatCheckOnTableExistenceIsCorrect(cfg);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2980dfc0]]
WithDefaultValuesInMapping 
12[[#2980dfc0]]
WithSpecificValuesInMapping 
21[[#29741280]]
"NHibernate.Test.NHSpecificTest.NH1521.AclassWithDefault.hbm.xml" 
22[[#29741280]]
"NHibernate.Test.NHSpecificTest.NH1521.AclassWithSpecific.hbm.xml"