CloneSet1235


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14220.986class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11413
src/NHibernate.Test/NHSpecificTest/NH1355/CustomVersionType.cs
21430
src/NHibernate.Test/NHSpecificTest/NH1355/CustomVersionType.cs
Clone Instance
1
Line Count
14
Source Line
13
Source File
src/NHibernate.Test/NHSpecificTest/NH1355/CustomVersionType.cs

                [Test]
                public void Bug()
                {
                        Configuration cfg = new Configuration();
                        Assembly domain = typeof(Category).Assembly;
                        cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1355.Category.hbm.xml", domain);

                        try
                        {
                                cfg.BuildSessionFactory();
                        }
                        catch (MappingException)
                        {
                                Assert.Fail("Should not throw exception");
                        }
                }



Clone Instance
2
Line Count
14
Source Line
30
Source File
src/NHibernate.Test/NHSpecificTest/NH1355/CustomVersionType.cs

                [Test]
                public void BugSubTask()
                {
                        Configuration cfg = new Configuration();
                        Assembly domain = typeof(Category).Assembly;
                        cfg.AddResource("NHibernate.Test.NHSpecificTest.NH1355.CategoryTD.hbm.xml", domain);

                        try
                        {
                                cfg.BuildSessionFactory();
                        }
                        catch (MappingException)
                        {
                                Assert.Fail("Should not throw exception");
                        }
                }



Clone AbstractionParameter Count: 2Parameter Bindings

[Test]
public void [[#variable27b118c0]]()
{
   Configuration cfg = new Configuration();
   Assembly domain = typeof(Category).Assembly;
   cfg.AddResource( [[#variable27b11840]], domain);
   try
   {
      cfg.BuildSessionFactory();
   }
   catch (MappingException)
   {
      Assert.Fail("Should not throw exception");
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#27b118c0]]
Bug 
12[[#27b118c0]]
BugSubTask 
21[[#27b11840]]
"NHibernate.Test.NHSpecificTest.NH1355.Category.hbm.xml" 
22[[#27b11840]]
"NHibernate.Test.NHSpecificTest.NH1355.CategoryTD.hbm.xml"