CloneSet434


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9401.000class_member_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1919
src/NHibernate.ByteCode.Castle.Tests/TestCase.cs
2919
src/NHibernate.ByteCode.LinFu.Tests/TestCase.cs
3919
src/NHibernate.ByteCode.Spring.Tests/TestCase.cs
4921
src/NHibernate.Test/TestCase.cs
Clone Instance
1
Line Count
9
Source Line
19
Source File
src/NHibernate.ByteCode.Castle.Tests/TestCase.cs

                private const bool OutputDdl = false;
                protected Configuration cfg;

                protected ISessionFactoryImplementor sessions;

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

                protected Dialect.Dialect Dialect
                {
                        get { return NHibernate.Dialect.Dialect.GetDialect(cfg.Properties);
                            }
                }



Clone Instance
2
Line Count
9
Source Line
19
Source File
src/NHibernate.ByteCode.LinFu.Tests/TestCase.cs

                private const bool OutputDdl = false;
                protected Configuration cfg;

                protected ISessionFactoryImplementor sessions;

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

                protected Dialect.Dialect Dialect
                {
                        get { return NHibernate.Dialect.Dialect.GetDialect(cfg.Properties);
                            }
                }



Clone Instance
3
Line Count
9
Source Line
19
Source File
src/NHibernate.ByteCode.Spring.Tests/TestCase.cs

                private const bool OutputDdl = false;
                protected Configuration cfg;

                protected ISessionFactoryImplementor sessions;

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

                protected Dialect.Dialect Dialect
                {
                        get { return NHibernate.Dialect.Dialect.GetDialect(cfg.Properties);
                            }
                }



Clone Instance
4
Line Count
9
Source Line
21
Source File
src/NHibernate.Test/TestCase.cs

                private const bool OutputDdl = false;
                protected Configuration cfg;

                protected ISessionFactoryImplementor sessions;

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

                protected Dialect.Dialect Dialect
                {
                        get { return NHibernate.Dialect.Dialect.GetDialect(cfg.Properties);
                            }
                }



Clone AbstractionParameter Count: 0Parameter Bindings

private const bool OutputDdl = false;
protected Configuration cfg;

protected ISessionFactoryImplementor sessions;

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

protected Dialect.Dialect Dialect
{
   get
   {
      return NHibernate.Dialect.Dialect.GetDialect(cfg.Properties);
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None