CloneSet1742


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18210.991class_member_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11856
src/NHibernate/Hql/Ast/ANTLR/Tree/ConstructorNode.cs
21857
src/NHibernate/Hql/Ast/ANTLR/Tree/QueryNode.cs
Clone Instance
1
Line Count
18
Source Line
56
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/ConstructorNode.cs

                public FromElement FromElement
                {
                        get { return null;
                            }
                }

                public bool IsConstructor
                {
                        get { return true;
                            }
                }

                public bool IsReturnableEntity
                {
                        get { return false;
                            }
                }

                public bool IsScalar
                {
                        get { return true;
                            }
                }



Clone Instance
2
Line Count
18
Source Line
57
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/QueryNode.cs

                public FromElement FromElement
                {
                        get { return null;
                            }
                }

                public bool IsConstructor
                {
                        get { return false;
                            }
                }

                public bool IsReturnableEntity
                {
                        get { return false;
                            }
                }

                public bool IsScalar
                {
                        get { return true;
                            }
                }



Clone AbstractionParameter Count: 1Parameter Bindings

public FromElement FromElement
{
   get
   {
      return null;
   }
}

public bool IsConstructor
{
   get
   {
      return [[#variable271396e0]];
   }
}

public bool IsReturnableEntity
{
   get
   {
      return false;
   }
}

public bool IsScalar
{
   get
   {
      return true;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#271396e0]]
false 
12[[#271396e0]]
true