Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 3 | 0.990 | statement_list[11] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 4433 | src/NHibernate/Hql/Ast/ANTLR/Generated/HqlSqlWalker.cs |
2 | 14 | 4536 | src/NHibernate/Hql/Ast/ANTLR/Generated/HqlSqlWalker.cs |
| ||||
stream_WITH.Add(w); HandleClauseStart( WITH); Match(input, Token.DOWN, null); _last = (IASTNode)input.LT(1); PushFollow(FOLLOW_logicalExpr_in_withClause1327); b = logicalExpr(); state.followingStackPointer--; stream_logicalExpr.Add(b.Tree); Match(input, Token.UP, null); adaptor.AddChild(root_0, root_1); _last = _save_last_1; |
| ||||
stream_WHERE.Add(w); HandleClauseStart( WHERE); Match(input, Token.DOWN, null); _last = (IASTNode)input.LT(1); PushFollow(FOLLOW_logicalExpr_in_whereClause1361); b = logicalExpr(); state.followingStackPointer--; stream_logicalExpr.Add(b.Tree); Match(input, Token.UP, null); adaptor.AddChild(root_0, root_1); _last = _save_last_1; |
| |||
[[#variable55d07680]].Add(w); HandleClauseStart( [[#variable6530c3e0]]); Match(input, Token.DOWN, null); _last = (IASTNode)input.LT(1); PushFollow( [[#variable66a26c20]]); b = logicalExpr(); state.followingStackPointer--; stream_logicalExpr.Add(b.Tree); Match(input, Token.UP, null); adaptor.AddChild(root_0, root_1); _last = _save_last_1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55d07680]] | stream_WHERE |
1 | 2 | [[#55d07680]] | stream_WITH |
2 | 1 | [[#6530c3e0]] | WHERE |
2 | 2 | [[#6530c3e0]] | WITH |
3 | 1 | [[#66a26c20]] | FOLLOW_logicalExpr_in_whereClause1361 |
3 | 2 | [[#66a26c20]] | FOLLOW_logicalExpr_in_withClause1327 |