CloneSet2045


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10220.979class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110271
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs
210283
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs
Clone Instance
1
Line Count
10
Source Line
271
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs

                private static bool ProjectionListPredicate(IASTNode node)
                {
                        FromElement fromElement = node as FromElement;

                        if (fromElement != null)
                        {
                                return fromElement.InProjectionList;
                        }

                        return false;
                }



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

                private static bool FromElementPredicate(IASTNode node)
                {
                        FromElement fromElement = node as FromElement;

                        if (fromElement != null)
                        {
                                return fromElement.IsFromOrJoinFragment;
                        }

                        return false;
                }



Clone AbstractionParameter Count: 2Parameter Bindings

private static bool [[#variable50ce7440]](IASTNode node)
{
   FromElement fromElement = node as FromElement;
   if (fromElement != null)
   {
      return fromElement. [[#variable50ce73c0]];
   }
   return false;
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50ce7440]]
ProjectionListPredicate 
12[[#50ce7440]]
FromElementPredicate 
21[[#50ce73c0]]
InProjectionList 
22[[#50ce73c0]]
IsFromOrJoinFragment