CloneSet321


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5601.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152388
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs
252418
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs
352486
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs
453296
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs
553346
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs
653418
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs
Clone Instance
1
Line Count
5
Source Line
2388
Source File
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs

                {
                    if ( state.backtracking > 0)  { state.failed = true; return;
                                                  }
                    MismatchedSetException mse = new MismatchedSetException(null, input);
                    Recover(mse);
                    throw mse;
                }


Clone Instance
2
Line Count
5
Source Line
2418
Source File
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs

                {
                    if ( state.backtracking > 0)  { state.failed = true; return;
                                                  }
                    MismatchedSetException mse = new MismatchedSetException(null, input);
                    Recover(mse);
                    throw mse;
                }


Clone Instance
3
Line Count
5
Source Line
2486
Source File
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs

                                        {
                                            if ( state.backtracking > 0)  { state.failed = true; return;
                                                                          }
                                            MismatchedSetException mse = new MismatchedSetException(null, input);
                                            Recover(mse);
                                            throw mse;
                                        }


Clone Instance
4
Line Count
5
Source Line
3296
Source File
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs

                {
                    if ( state.backtracking > 0)  { state.failed = true; return;
                                                  }
                    MismatchedSetException mse = new MismatchedSetException(null, input);
                    Recover(mse);
                    throw mse;
                }


Clone Instance
5
Line Count
5
Source Line
3346
Source File
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs

                                {
                                    if ( state.backtracking > 0)  { state.failed = true; return;
                                                                  }
                                    MismatchedSetException mse = new MismatchedSetException(null, input);
                                    Recover(mse);
                                    throw mse;
                                }


Clone Instance
6
Line Count
5
Source Line
3418
Source File
src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs

                {
                    if ( state.backtracking > 0)  { state.failed = true; return;
                                                  }
                    MismatchedSetException mse = new MismatchedSetException(null, input);
                    Recover(mse);
                    throw mse;
                }


Clone AbstractionParameter Count: 0Parameter Bindings

{
   if (state.backtracking > 0)
   {
      state.failed = true;
      return;
   }
   MismatchedSetException mse = new MismatchedSetException(null, input);
   Recover(mse);
   throw mse;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None