CloneSet5088


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.971conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12813
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java
22831
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java
Clone Instance
1
Line Count
2
Source Line
813
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java

                                    this.checkCastTypesCompatibility(scope, leftType, rightType, null) ||
                                                   this.checkCastTypesCompatibility(scope, rightType, leftType, null)


Clone Instance
2
Line Count
2
Source Line
831
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java

                                    this.checkCastTypesCompatibility(scope, alternateLeftType, alternateRightType, null) ||
                                                   this.checkCastTypesCompatibility(scope, alternateRightType, alternateLeftType, null)


Clone AbstractionParameter Count: 2Parameter Bindings

this.checkCastTypesCompatibility(scope,  [[#variablea084e360]],  [[#variablea084e2e0]], null) || this.checkCastTypesCompatibility(scope,  [[#variablea084e2e0]],  [[#variablea084e360]], null)
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a084e360]]
alternateLeftType 
12[[#a084e360]]
leftType 
21[[#a084e2e0]]
alternateRightType 
22[[#a084e2e0]]
rightType