CloneSet1712


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.958non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1361
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs
2365
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs
3347
src/NHibernate/Hql/Ast/ANTLR/Tree/InLogicOperatorNode.cs
Clone Instance
1
Line Count
3
Source Line
61
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs

                        if ( typeof(IExpectedTypeAwareNode).IsAssignableFrom( lhs.GetType()))
                        {
                                ( ( IExpectedTypeAwareNode)  lhs). ExpectedType = rhsType;
                        }


Clone Instance
2
Line Count
3
Source Line
65
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs

                        if ( typeof(IExpectedTypeAwareNode).IsAssignableFrom( rhs.GetType()))
                        {
                                ( ( IExpectedTypeAwareNode)  rhs). ExpectedType = lhsType;
                        }


Clone Instance
3
Line Count
3
Source Line
47
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/InLogicOperatorNode.cs

                                        if ( typeof(IExpectedTypeAwareNode).IsAssignableFrom(inListChild.GetType()))
                                        {
                                                ((IExpectedTypeAwareNode)inListChild).ExpectedType = lhsType;
                                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( typeof(IExpectedTypeAwareNode).IsAssignableFrom( [[#variable258b02a0]].GetType()))
{
   ((IExpectedTypeAwareNode) [[#variable258b02a0]]).ExpectedType = [[#variable258b0240]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#258b02a0]]
rhs 
12[[#258b02a0]]
inListChild 
13[[#258b02a0]]
lhs 
21[[#258b0240]]
lhsType 
22[[#258b0240]]
lhsType 
23[[#258b0240]]
rhsType