CloneSet8851


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.951conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11537
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java
21176
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/UnaryExpression.java
Clone Instance
1
Line Count
1
Source Line
537
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java

            (this.constant != Constant.NotAConstant) && (this.constant.typeID() == TypeIds.T_boolean)


Clone Instance
2
Line Count
1
Source Line
176
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/UnaryExpression.java

                    (this.constant != Constant.NotAConstant) && (this.constant.typeID() == T_boolean)


Clone AbstractionParameter Count: 1Parameter Bindings

(this.constant != Constant.NotAConstant) && (this.constant.typeID() == [[#variablebfca0560]])
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bfca0560]]
TypeIds.T_boolean 
12[[#bfca0560]]
T_boolean