Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 2 | 0.967 | namespace_member_declarations |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 3 | src/NHibernate/Hql/Ast/ANTLR/DetailedSemanticException.cs |
2 | 15 | 4 | src/NHibernate/Hql/Ast/ANTLR/SemanticException.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) { } } } |
| ||||
namespace NHibernate.Hql.Ast.ANTLR { public class SemanticException : QueryException { public SemanticException(string message) : base(message) { } public SemanticException(string message, Exception inner) : base(message, inner) { } } } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2a41b740]] | DetailedSemanticException |
1 | 2 | [[#2a41b740]] | SemanticException |
2 | 1 | [[#2a41baa0]] | SemanticException |
2 | 2 | [[#2a41baa0]] | QueryException |