CloneSet1209


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11057
src/NHibernate/Hql/Ast/ANTLR/Tree/SelectExpressionList.cs
21071
src/NHibernate/Hql/Ast/ANTLR/Tree/SelectExpressionList.cs
Clone Instance
1
Line Count
10
Source Line
57
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/SelectExpressionList.cs

                                        {
                                                var se = n as ISelectExpression;
                                                if (se != null)
                                                {
                                                        list.Add(se);
                                                }
                                                else
                                                {
                                                        throw new InvalidOperationException("Unexpected AST: " + n.GetType().FullName + " " +
                                                                                                                                new ASTPrinter().ShowAsString(n, ""));
                                                }
                                        }


Clone Instance
2
Line Count
10
Source Line
71
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/SelectExpressionList.cs

                                {
                                        var se = n as ISelectExpression;
                                        if (se != null)
                                        {
                                                list.Add(se);
                                        }
                                        else
                                        {
                                                throw new InvalidOperationException("Unexpected AST: " + n.GetType().FullName + " " +
                                                                                                                        new ASTPrinter().ShowAsString(n, ""));
                                        }
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

{
   var se = n as ISelectExpression;
   if (se != null)
   {
      list.Add(se);
   }
   else
   {
      throw new InvalidOperationException("Unexpected AST: " + n.GetType().FullName + " " + new ASTPrinter().ShowAsString(n, ""));
   }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None