Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 86 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java |
2 | 2 | 101 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java |
3 | 2 | 121 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java |
4 | 2 | 190 | 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); |
| ||||
int cacheIndex = index / ExceptionHandlingFlowContext.BitCacheSize; int bitMask = 1 << (index % ExceptionHandlingFlowContext.BitCacheSize); |
| ||||
int cacheIndex = i / ExceptionHandlingFlowContext.BitCacheSize; int bitMask = 1 << (i % ExceptionHandlingFlowContext.BitCacheSize); |
| ||||
// if already flagged as being reached (unchecked exception handler) int cacheIndex = index / ExceptionHandlingFlowContext.BitCacheSize; int bitMask = 1 << (index % ExceptionHandlingFlowContext.BitCacheSize); |
| |||
// if already flagged as being reached (unchecked exception handler) int cacheIndex = [[#variablea4392820]] / ExceptionHandlingFlowContext.BitCacheSize; int bitMask = 1 << ( [[#variablea4392820]] % ExceptionHandlingFlowContext.BitCacheSize); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4392820]] | index |
1 | 2 | [[#a4392820]] | i |
1 | 3 | [[#a4392820]] | index |
1 | 4 | [[#a4392820]] | index |