Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.952 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1877 | src/NHibernate/Hql/Ast/ANTLR/Generated/SqlGenerator.cs |
2 | 3 | 4539 | 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; |
| ||||
if ( state.backtracking > 0) { state.failed = true; return retval; } MismatchedSetException mse = new MismatchedSetException(null, input); throw mse; |
| |||
if (state.backtracking > 0) { state.failed = true; return retval; } [[#variable2794f840]] [[#variable278c0100]]= new [[#variable2794f840]]( [[#variable2794ff20]], input); throw [[#variable278c0100]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2794f840]] | MismatchedSetException |
1 | 2 | [[#2794f840]] | EarlyExitException |
2 | 1 | [[#278c0100]] | mse |
2 | 2 | [[#278c0100]] | eee22 |
3 | 1 | [[#2794ff20]] | null |
3 | 2 | [[#2794ff20]] | 22 |