Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.965 | statement_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 7909 | src/NHibernate/Hql/Ast/ANTLR/Generated/HqlParser.cs |
2 | 6 | 7989 | src/NHibernate/Hql/Ast/ANTLR/Generated/HqlParser.cs |
| ||||
THEN205 = (IToken)Match(input, THEN, FOLLOW_THEN_in_whenClause2569); PushFollow(FOLLOW_expression_in_whenClause2572); expression206 = expression(); state.followingStackPointer--; adaptor.AddChild(root_0, expression206.Tree); |
| ||||
THEN209 = (IToken)Match(input, THEN, FOLLOW_THEN_in_altWhenClause2591); PushFollow(FOLLOW_expression_in_altWhenClause2594); expression210 = expression(); state.followingStackPointer--; adaptor.AddChild(root_0, expression210.Tree); |
| |||
[[#variable54decd00]]= (IToken)Match(input, THEN, [[#variable54dec640]]); PushFollow( [[#variable2b76fde0]]); [[#variable54decc20]]= expression(); state.followingStackPointer--; adaptor.AddChild(root_0, [[#variable54decc20]].Tree); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54decd00]] | THEN209 |
1 | 2 | [[#54decd00]] | THEN205 |
2 | 1 | [[#54dec640]] | FOLLOW_THEN_in_altWhenClause2591 |
2 | 2 | [[#54dec640]] | FOLLOW_THEN_in_whenClause2569 |
3 | 1 | [[#2b76fde0]] | FOLLOW_expression_in_altWhenClause2594 |
3 | 2 | [[#2b76fde0]] | FOLLOW_expression_in_whenClause2572 |
4 | 1 | [[#54decc20]] | expression210 |
4 | 2 | [[#54decc20]] | expression206 |