CloneSet7472


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

                thisHadNulls = (this.tagBits&  NULL_FLAG_MASK) != 0,
                otherHasNulls = (otherInits.tagBits&  NULL_FLAG_MASK) != 0


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

                thisHasNulls = (this.tagBits&  NULL_FLAG_MASK) != 0,
                otherHasNulls = (otherInits.tagBits&  NULL_FLAG_MASK) != 0


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable58c43c60]]= (this.tagBits&NULL_FLAG_MASK) != 0, otherHasNulls = (otherInits.tagBits&NULL_FLAG_MASK) != 0
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58c43c60]]
thisHadNulls 
12[[#58c43c60]]
thisHasNulls