Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.988 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 586 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java |
2 | 3 | 709 | 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; } |
| ||||
// id is zero-based if (position < BitCacheSize) { // use bits return (this.potentialInits& (1L << position)) != 0; } |
| |||
// id is zero-based if (position < BitCacheSize) { // use bits return (this. [[#variable9b4c6d20]]&(1L << position)) != 0; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b4c6d20]] | potentialInits |
1 | 2 | [[#9b4c6d20]] | definiteInits |