CloneSet8448


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

            (this.left.constant != Constant.NotAConstant) &&
                   (this.right.constant != Constant.NotAConstant)


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

                    (this.left.constant != Constant.NotAConstant) && (this.right.constant != Constant.NotAConstant)


Clone AbstractionParameter Count: 0Parameter Bindings

(this.left.constant != Constant.NotAConstant) && (this.right.constant != Constant.NotAConstant)
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None