CloneSet1296


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6230.978switch_section
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16196
src/NHibernate/Hql/Ast/ANTLR/HqlParser.cs
26202
src/NHibernate/Hql/Ast/ANTLR/HqlParser.cs
Clone Instance
1
Line Count
6
Source Line
196
Source File
src/NHibernate/Hql/Ast/ANTLR/HqlParser.cs

                                case OR:
                                        node.Type = AND;
                                        node.Text = "{and}";
                                        NegateNode(node.GetChild(0));
                                        NegateNode(node.GetChild(1));
                                        return node;


Clone Instance
2
Line Count
6
Source Line
202
Source File
src/NHibernate/Hql/Ast/ANTLR/HqlParser.cs

                                case AND:
                                        node.Type = OR;
                                        node.Text = "{or}";
                                        NegateNode(node.GetChild(0));
                                        NegateNode(node.GetChild(1));
                                        return node;


Clone AbstractionParameter Count: 3Parameter Bindings

case [[#variable50f16aa0]]:
   node.Type = [[#variable50f16920]];
   node.Text = [[#variable50f168c0]];
   NegateNode(node.GetChild(0));
   NegateNode(node.GetChild(1));
   return node;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50f16aa0]]
OR 
12[[#50f16aa0]]
AND 
21[[#50f16920]]
AND 
22[[#50f16920]]
OR 
31[[#50f168c0]]
"{and}" 
32[[#50f168c0]]
"{or}"