CloneSet1937


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1820
src/NHibernate.Test/ListIndex/ListIndexFixture.cs
2820
src/NHibernate.Test/PropertyRef/KeyPropertyRefFixture.cs
Clone Instance
1
Line Count
8
Source Line
20
Source File
src/NHibernate.Test/ListIndex/ListIndexFixture.cs

                protected override void OnTearDown()
                {
                        using (ISession s = OpenSession())
                        {
                                s.Delete("from B");
                                s.Flush();
                                s.Delete("from A");
                                s.Flush();
                        }
                }



Clone Instance
2
Line Count
8
Source Line
20
Source File
src/NHibernate.Test/PropertyRef/KeyPropertyRefFixture.cs

                protected override void OnTearDown()
                {
                        using (ISession s = OpenSession())
                        {
                                s.Delete("from B");
                                s.Flush();
                                s.Delete("from A");
                                s.Flush();
                        }
                }



Clone AbstractionParameter Count: 0Parameter Bindings

protected override void OnTearDown()
{
   using (ISession s = OpenSession())
   {
      s.Delete("from B");
      s.Flush();
      s.Delete("from A");
      s.Flush();
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None