Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.960 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 32 | src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryArithmeticOperatorNode.cs |
2 | 1 | 33 | src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryArithmeticOperatorNode.cs |
3 | 1 | 110 | src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryArithmeticOperatorNode.cs |
4 | 1 | 111 | src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryArithmeticOperatorNode.cs |
| ||||
IType lhType = (lhs is SqlNode) ? ((SqlNode)lhs).DataType: null; |
| ||||
IType rhType = (rhs is SqlNode) ? ((SqlNode)rhs).DataType: null; |
| ||||
IType lhType = (lhs is SqlNode) ? ((SqlNode)lhs).DataType: null; |
| ||||
IType rhType = (rhs is SqlNode) ? ((SqlNode)rhs).DataType: null; |
| |||
IType [[#variable2d040340]]= ( [[#variable2d0402e0]]is SqlNode) ? ((SqlNode) [[#variable2d0402e0]]).DataType: null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d040340]] | lhType |
1 | 2 | [[#2d040340]] | rhType |
1 | 3 | [[#2d040340]] | lhType |
1 | 4 | [[#2d040340]] | rhType |
2 | 1 | [[#2d0402e0]] | lhs |
2 | 2 | [[#2d0402e0]] | rhs |
2 | 3 | [[#2d0402e0]] | lhs |
2 | 4 | [[#2d0402e0]] | rhs |