CloneSet4253


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2410.975statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1286
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java
22101
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java
32121
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java
42190
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java
Clone Instance
1
Line Count
2
Source Line
86
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java

                int cacheIndex = index / ExceptionHandlingFlowContext.BitCacheSize;
                int bitMask = 1 << (index % ExceptionHandlingFlowContext.BitCacheSize);


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

                int cacheIndex = index / ExceptionHandlingFlowContext.BitCacheSize;
                int bitMask = 1 << (index % ExceptionHandlingFlowContext.BitCacheSize);


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

                int cacheIndex = i / ExceptionHandlingFlowContext.BitCacheSize;
                int bitMask = 1 << (i % ExceptionHandlingFlowContext.BitCacheSize);


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

        // if already flagged as being reached (unchecked exception handler)
        int cacheIndex = index / ExceptionHandlingFlowContext.BitCacheSize;
        int bitMask = 1 << (index % ExceptionHandlingFlowContext.BitCacheSize);


Clone AbstractionParameter Count: 1Parameter Bindings

// if already flagged as being reached (unchecked exception handler)
int cacheIndex = [[#variablea4392820]] / ExceptionHandlingFlowContext.BitCacheSize;
int bitMask = 1 << ( [[#variablea4392820]] % ExceptionHandlingFlowContext.BitCacheSize);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4392820]]
index 
12[[#a4392820]]
i 
13[[#a4392820]]
index 
14[[#a4392820]]
index