CloneSet8326


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12373
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
22386
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
Clone Instance
1
Line Count
2
Source Line
373
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

                if ((this.nullBit2|  this.nullBit3|  this.nullBit4) != 0) { //  bit1 is redundant
                        thisHasNulls = true;
                }


Clone Instance
2
Line Count
2
Source Line
386
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

                if ((this.nullBit2|  this.nullBit3|  this.nullBit4) != 0) { //  bit1 is redundant
                        thisHasNulls = true;
                }


Clone AbstractionParameter Count: 0Parameter Bindings

if ((this.nullBit2|this.nullBit3|this.nullBit4) != 0) { //  bit1 is redundant
  thisHasNulls = true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None