CloneSet634


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10220.991non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1101216
src/NHibernate/Hql/Ast/ANTLR/Generated/SqlGenerator.cs
2101837
src/NHibernate/Hql/Ast/ANTLR/Generated/SqlGenerator.cs
Clone Instance
1
Line Count
10
Source Line
1216
Source File
src/NHibernate/Hql/Ast/ANTLR/Generated/SqlGenerator.cs

                if ( input.LA(1) == ASCENDING || input.LA(1) == DESCENDING)
                {
                    input.Consume();
                    state.errorRecovery = false; state.failed = false;
                }
                else
                {
                    if ( state.backtracking > 0)  { state.failed = true; return retval;
                                                  }
                    MismatchedSetException mse = new MismatchedSetException(null, input);
                    throw mse;
                }


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

                        if ( input.LA(1) == DOT || input.LA(1) == IDENT)
                        {
                            input.Consume();
                            state.errorRecovery = false; state.failed = false;
                        }
                        else
                        {
                            if ( state.backtracking > 0)  { state.failed = true; return retval;
                                                          }
                            MismatchedSetException mse = new MismatchedSetException(null, input);
                            throw mse;
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if (input.LA(1) == [[#variable700c8160]]|| input.LA(1) == [[#variable700c8100]])
{
   input.Consume();
   state.errorRecovery = false;
   state.failed = false;
}
else
{
   if (state.backtracking > 0)
   {
      state.failed = true;
      return retval;
   }
   MismatchedSetException mse = new MismatchedSetException(null, input);
   throw mse;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#700c8160]]
DOT 
12[[#700c8160]]
ASCENDING 
21[[#700c8100]]
IDENT 
22[[#700c8100]]
DESCENDING