Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.958 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 61 | src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs |
2 | 3 | 65 | src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs |
3 | 3 | 47 | src/NHibernate/Hql/Ast/ANTLR/Tree/InLogicOperatorNode.cs |
| ||||
if ( typeof(IExpectedTypeAwareNode).IsAssignableFrom( lhs.GetType())) { ( ( IExpectedTypeAwareNode) lhs). ExpectedType = rhsType; } |
| ||||
if ( typeof(IExpectedTypeAwareNode).IsAssignableFrom( rhs.GetType())) { ( ( IExpectedTypeAwareNode) rhs). ExpectedType = lhsType; } |
| ||||
if ( typeof(IExpectedTypeAwareNode).IsAssignableFrom(inListChild.GetType())) { ((IExpectedTypeAwareNode)inListChild).ExpectedType = lhsType; } |
| |||
if ( typeof(IExpectedTypeAwareNode).IsAssignableFrom( [[#variable258b02a0]].GetType())) { ((IExpectedTypeAwareNode) [[#variable258b02a0]]).ExpectedType = [[#variable258b0240]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#258b02a0]] | rhs |
1 | 2 | [[#258b02a0]] | inListChild |
1 | 3 | [[#258b02a0]] | lhs |
2 | 1 | [[#258b0240]] | lhsType |
2 | 2 | [[#258b0240]] | lhsType |
2 | 3 | [[#258b0240]] | rhsType |