Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 3 | 3 | 0.986 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 2743 | src/NHibernate/Hql/Ast/ANTLR/Generated/HqlParser.cs |
2 | 10 | 2950 | src/NHibernate/Hql/Ast/ANTLR/Generated/HqlParser.cs |
3 | 10 | 9621 | src/NHibernate/Hql/Ast/ANTLR/Generated/HqlParser.cs |
| ||||
if ( input.LA(1) == LEFT || input.LA(1) == RIGHT) { input.Consume(); adaptor.AddChild(root_0, (IASTNode)adaptor.Create(set59)); state.errorRecovery = false; } else { MismatchedSetException mse = new MismatchedSetException(null, input); throw mse; } |
| ||||
if ( input.LA(1) == LEFT || input.LA(1) == RIGHT) { input.Consume(); adaptor.AddChild(root_0, (IASTNode)adaptor.Create(set69)); state.errorRecovery = false; } else { MismatchedSetException mse = new MismatchedSetException(null, input); throw mse; } |
| ||||
if ( input.LA(1) == ALL || input.LA(1) == DISTINCT) { input.Consume(); adaptor.AddChild(root_0, (IASTNode)adaptor.Create(set258)); state.errorRecovery = false; } else { MismatchedSetException mse = new MismatchedSetException(null, input); throw mse; } |
| |||
if (input.LA(1) == [[#variable70b8e180]]|| input.LA(1) == [[#variable70b8e0c0]]) { input.Consume(); adaptor.AddChild(root_0, (IASTNode)adaptor.Create( [[#variable70b8e040]])); state.errorRecovery = false; } else { MismatchedSetException mse = new MismatchedSetException(null, input); throw mse; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70b8e180]] | ALL |
1 | 2 | [[#70b8e180]] | LEFT |
1 | 3 | [[#70b8e180]] | LEFT |
2 | 1 | [[#70b8e0c0]] | DISTINCT |
2 | 2 | [[#70b8e0c0]] | RIGHT |
2 | 3 | [[#70b8e0c0]] | RIGHT |
3 | 1 | [[#70b8e040]] | set258 |
3 | 2 | [[#70b8e040]] | set69 |
3 | 3 | [[#70b8e040]] | set59 |