CloneSet2589


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.986class_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1512
src/NHibernate.Test/Join/JoinCompositeKeyTest.cs
2516
src/NHibernate.Test/Join/JoinTest.cs
Clone Instance
1
Line Count
5
Source Line
12
Source File
src/NHibernate.Test/Join/JoinCompositeKeyTest.cs

                private static ILog log = LogManager.GetLogger( typeof(JoinCompositeKeyTest));

                protected override string MappingsAssembly
                {
                        get { return "NHibernate.Test";
                            }
                }



Clone Instance
2
Line Count
5
Source Line
16
Source File
src/NHibernate.Test/Join/JoinTest.cs

                private static ILog log = LogManager.GetLogger( typeof(JoinTest));

                protected override string MappingsAssembly
                {
                        get { return "NHibernate.Test";
                            }
                }



Clone AbstractionParameter Count: 1Parameter Bindings

private static ILog log = LogManager.GetLogger( typeof( [[#variable578a4280]]));

protected override string MappingsAssembly
{
   get
   {
      return "NHibernate.Test";
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#578a4280]]
JoinCompositeKeyTest 
12[[#578a4280]]
JoinTest