Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.960 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 134 | src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs |
2 | 4 | 139 | src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs |
| ||||
IParameterSpecification lhsEmbeddedCompositeParameterSpecification = LeftHandOperand == null || ( !(LeftHandOperand is ParameterNode)) ? null: ( ( ParameterNode) LeftHandOperand). HqlParameterSpecification; |
| ||||
IParameterSpecification rhsEmbeddedCompositeParameterSpecification = RightHandOperand == null || ( !(RightHandOperand is ParameterNode)) ? null: ( ( ParameterNode) RightHandOperand). HqlParameterSpecification; |
| |||
IParameterSpecification [[#variable684b6c40]]= [[#variable684b6b60]]== null || ( !( [[#variable684b6b60]]is ParameterNode)) ? null: ((ParameterNode) [[#variable684b6b60]]).HqlParameterSpecification; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#684b6c40]] | lhsEmbeddedCompositeParameterSpecification |
1 | 2 | [[#684b6c40]] | rhsEmbeddedCompositeParameterSpecification |
2 | 1 | [[#684b6b60]] | LeftHandOperand |
2 | 2 | [[#684b6b60]] | RightHandOperand |