CloneSet1531


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15220.967namespace_member_declarations
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1153
src/NHibernate/Hql/Ast/ANTLR/DetailedSemanticException.cs
2154
src/NHibernate/Hql/Ast/ANTLR/SemanticException.cs
Clone Instance
1
Line Count
15
Source Line
3
Source File
src/NHibernate/Hql/Ast/ANTLR/DetailedSemanticException.cs

namespace NHibernate.Hql.Ast.ANTLR
{
        public class DetailedSemanticException : SemanticException
        {
                public DetailedSemanticException(string message) : base(message)
                {
                }

                public DetailedSemanticException(string message, Exception inner)
                        : base(message, inner)
                {
                }

        }
}


Clone Instance
2
Line Count
15
Source Line
4
Source File
src/NHibernate/Hql/Ast/ANTLR/SemanticException.cs

namespace NHibernate.Hql.Ast.ANTLR
{
        public class SemanticException : QueryException
        {
                public SemanticException(string message) : base(message)
                {
                }

                public SemanticException(string message, Exception inner)
                        : base(message, inner)
                {
                }

        }
}


Clone AbstractionParameter Count: 2Parameter Bindings

namespace NHibernate.Hql.Ast.ANTLR
{
   public class [[#variable2a41b740]]: [[#variable2a41baa0]]
   {
      public [[#variable2a41b740]](string message): base(message)
      {
      }

      public [[#variable2a41b740]](string message, Exception inner): base(message, inner)
      {
      }

   }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2a41b740]]
DetailedSemanticException 
12[[#2a41b740]]
SemanticException 
21[[#2a41baa0]]
SemanticException 
22[[#2a41baa0]]
QueryException