CloneSet1876


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.960statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14134
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs
24139
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs
Clone Instance
1
Line Count
4
Source Line
134
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs

                        IParameterSpecification lhsEmbeddedCompositeParameterSpecification =
                                        LeftHandOperand == null || ( !(LeftHandOperand is ParameterNode)) ?
                                                          null:
                                                          ( ( ParameterNode)  LeftHandOperand). HqlParameterSpecification;


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

                        IParameterSpecification rhsEmbeddedCompositeParameterSpecification =
                                        RightHandOperand == null || ( !(RightHandOperand is ParameterNode)) ?
                                                          null:
                                                          ( ( ParameterNode)  RightHandOperand). HqlParameterSpecification;


Clone AbstractionParameter Count: 2Parameter Bindings

IParameterSpecification [[#variable684b6c40]]= [[#variable684b6b60]]== null || ( !( [[#variable684b6b60]]is ParameterNode)) ?
                                              null: ((ParameterNode) [[#variable684b6b60]]).HqlParameterSpecification;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#684b6c40]]
lhsEmbeddedCompositeParameterSpecification 
12[[#684b6c40]]
rhsEmbeddedCompositeParameterSpecification 
21[[#684b6b60]]
LeftHandOperand 
22[[#684b6b60]]
RightHandOperand