CloneSet1618


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.952statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141877
src/NHibernate/Hql/Ast/ANTLR/Generated/SqlGenerator.cs
234539
src/NHibernate/Hql/Ast/ANTLR/Generated/SqlGenerator.cs
Clone Instance
1
Line Count
4
Source Line
1877
Source File
src/NHibernate/Hql/Ast/ANTLR/Generated/SqlGenerator.cs

                                            if ( state.backtracking > 0)  { state.failed = true; return retval;
                                                                          }
                                            EarlyExitException eee22 =
                                                new EarlyExitException(22, input);
                                            throw eee22;


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

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


Clone AbstractionParameter Count: 3Parameter Bindings

if (state.backtracking > 0)
{
   state.failed = true;
   return retval;
}
 [[#variable2794f840]] [[#variable278c0100]]= new [[#variable2794f840]]( [[#variable2794ff20]], input);
throw [[#variable278c0100]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2794f840]]
MismatchedSetException 
12[[#2794f840]]
EarlyExitException 
21[[#278c0100]]
mse 
22[[#278c0100]]
eee22 
31[[#2794ff20]]
null 
32[[#2794ff20]]
22