CloneSet474


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21250.978class_member_declarations[10]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121313
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlSqlWalker.cs
221321
src/NHibernate/Hql/Ast/ANTLR/Generated/SqlGenerator.cs
Clone Instance
1
Line Count
21
Source Line
313
Source File
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlSqlWalker.cs

    public const int EOF = - 1;
    public const int CLOSE = 101;
    public const int AVG = 9;
    public const int SELECT_CLAUSE = 135;
    public const int BXOR = 111;
    public const int STAR = 115;
    public const int NOT = 38;
    public const int JAVA_CONSTANT = 97;

    // delegates
    // delegators



        public HqlSqlWalker(ITreeNodeStream input)
                : this(input, new RecognizerSharedState()) {
                                                           }

        public HqlSqlWalker(ITreeNodeStream input, RecognizerSharedState state)
                : base(input, state) {
            InitializeCyclicDFAs();
                                     }



Clone Instance
2
Line Count
21
Source Line
321
Source File
src/NHibernate/Hql/Ast/ANTLR/Generated/SqlGenerator.cs

    public const int EOF = - 1;
    public const int CLOSE = 101;
    public const int AVG = 9;
    public const int SELECT_CLAUSE = 135;
    public const int STAR = 115;
    public const int BXOR = 111;
    public const int NOT = 38;
    public const int JAVA_CONSTANT = 97;

    // delegates
    // delegators



        public SqlGenerator(ITreeNodeStream input)
                : this(input, new RecognizerSharedState()) {
                                                           }

        public SqlGenerator(ITreeNodeStream input, RecognizerSharedState state)
                : base(input, state) {
            InitializeCyclicDFAs();
                                     }



Clone AbstractionParameter Count: 5Parameter Bindings

public const int EOF = - 1;
public const int CLOSE = 101;
public const int AVG = 9;
public const int SELECT_CLAUSE = 135;
public const int [[#variable6e110040]]= [[#variable6e110060]];
public const int [[#variable6e1102e0]]= [[#variable6f590b20]];
public const int NOT = 38;
public const int JAVA_CONSTANT = 97;
// delegates
// delegators
public [[#variable54a93fc0]](ITreeNodeStream input): this(input, new RecognizerSharedState())
{
}

public [[#variable54a93fc0]](ITreeNodeStream input, RecognizerSharedState state): base(input, state)
{
   InitializeCyclicDFAs();
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e110040]]
STAR 
12[[#6e110040]]
BXOR 
21[[#6e110060]]
115 
22[[#6e110060]]
111 
31[[#6e1102e0]]
BXOR 
32[[#6e1102e0]]
STAR 
41[[#6f590b20]]
111 
42[[#6f590b20]]
115 
51[[#54a93fc0]]
SqlGenerator 
52[[#54a93fc0]]
HqlSqlWalker