CloneSet8335


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

        if (position < BitCacheSize) {
                // use bits
                return (this.definiteInits&  (1L << position)) != 0;
        }


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

        // id is zero-based
        if (position < BitCacheSize) {
                // use bits
                return (this.potentialInits&  (1L << position)) != 0;
        }


Clone AbstractionParameter Count: 1Parameter Bindings

// id is zero-based
if (position < BitCacheSize) {
  // use bits
  return (this. [[#variable9b4c6d20]]&(1L << position)) != 0;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9b4c6d20]]
potentialInits 
12[[#9b4c6d20]]
definiteInits