CloneSet3111


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

                if (local != null && (local.type.tagBits&  TagBits.IsBaseType) == 0) {
                        checkVariableComparison(scope, flowContext, flowInfo, initsWhenTrue, initsWhenFalse, local, right.nullStatus(flowInfo), this.left);
                }


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

                if (local != null && (local.type.tagBits&  TagBits.IsBaseType) == 0) {
                        checkVariableComparison(scope, flowContext, flowInfo, initsWhenTrue, initsWhenFalse, local, left.nullStatus(flowInfo), this.right);
                }


Clone AbstractionParameter Count: 2Parameter Bindings

if (local != null && (local.type.tagBits&TagBits.IsBaseType) == 0) {
  checkVariableComparison(scope, flowContext, flowInfo, initsWhenTrue, initsWhenFalse, local,  [[#variable5e1451e0]].nullStatus(flowInfo), this. [[#variable5e145140]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5e1451e0]]
right 
12[[#5e1451e0]]
left 
21[[#5e145140]]
left 
22[[#5e145140]]
right