CloneSet2269


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.964non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13295
src/NHibernate/Hql/Ast/ANTLR/HqlParser.cs
23300
src/NHibernate/Hql/Ast/ANTLR/HqlParser.cs
Clone Instance
1
Line Count
3
Source Line
295
Source File
src/NHibernate/Hql/Ast/ANTLR/HqlParser.cs

                                        // (EQ NULL b) => (IS_NULL b)
                                        if (a.Type == NULL && b.Type != NULL)
                                        {
                                                return CreateIsNullParent(b, negated);
                                        }


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

                                        // (EQ a NULL) => (IS_NULL a)
                                        if (b.Type == NULL && a.Type != NULL)
                                        {
                                                return CreateIsNullParent(a, negated);
                                        }


Clone AbstractionParameter Count: 2Parameter Bindings

// (EQ NULL b) => (IS_NULL b)
// (EQ a NULL) => (IS_NULL a)
if ( [[#variable553996a0]].Type == NULL && [[#variable55399680]].Type != NULL)
{
   return CreateIsNullParent( [[#variable55399680]], negated);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#553996a0]]
a 
12[[#553996a0]]
b 
21[[#55399680]]
b 
22[[#55399680]]
a