CloneSet8239


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.989additive_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141494
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
241529
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
Clone Instance
1
Line Count
4
Source Line
1494
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

                               "FlowInfo<def: " + this.definiteInits //$NON-NLS-1$
                                + ", pot: " + this.potentialInits  //$NON-NLS-1$
                                + ", reachable:" + ((this.tagBits&  UNREACHABLE) == 0) //$NON-NLS-1$
                                + ", null: "


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

                               "FlowInfo<def: " + this.definiteInits //$NON-NLS-1$
                                + ", pot: " + this.potentialInits  //$NON-NLS-1$
                                + ", reachable:" + ((this.tagBits&  UNREACHABLE) == 0) //$NON-NLS-1$
                                + ", no null info>"


Clone AbstractionParameter Count: 1Parameter Bindings

"FlowInfo<def: " + this.definiteInits //$NON-NLS-1$
 + ", pot: " + this.potentialInits //$NON-NLS-1$
 + ", reachable:" + ((this.tagBits&UNREACHABLE) == 0) //$NON-NLS-1$
 +  [[#variableb9cc1260]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9cc1260]]
", no null info>" 
12[[#b9cc1260]]
", null: "