Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 0 | 1.000 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 213 | src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryArithmeticOperatorNode.cs |
2 | 8 | 22 | src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs |
| ||||
/** * Retrieves the left-hand operand of the operator. * * @return The left-hand operand */ public IASTNode LeftHandOperand { get { return GetChild(0); } } /** * Retrieves the right-hand operand of the operator. * * @return The right-hand operand */ public IASTNode RightHandOperand { get { return GetChild(1); } } |
| ||||
public IASTNode LeftHandOperand { get { return GetChild(0); } } public IASTNode RightHandOperand { get { return GetChild(1); } } |
| |||
/** * Retrieves the left-hand operand of the operator. * * @return The left-hand operand */ public IASTNode LeftHandOperand { get { return GetChild(0); } } /** * Retrieves the right-hand operand of the operator. * * @return The right-hand operand */ public IASTNode RightHandOperand { get { return GetChild(1); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |