Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 9 | 2 | 0.982 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 125 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java |
2 | 4 | 132 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java |
3 | 4 | 137 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java |
4 | 4 | 144 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java |
5 | 4 | 151 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java |
6 | 4 | 172 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java |
7 | 4 | 178 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java |
8 | 4 | 185 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java |
9 | 4 | 190 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java |
| ||||
if (flowInfo.isDefinitelyNonNull(local)) { this.nullReferences[i] = null; scope.problemReporter().localVariableCannotBeNull(local, expression); continue ; } |
| ||||
if (flowInfo.isDefinitelyNonNull(local)) { this.nullReferences[i] = null; scope.problemReporter().localVariableCannotBeNull(local, expression); continue ; } |
| ||||
if (flowInfo.isDefinitelyNull(local)) { this.nullReferences[i] = null; scope.problemReporter().localVariableCanOnlyBeNull(local, expression); continue ; } |
| ||||
if (flowInfo.isDefinitelyNull(local)) { this.nullReferences[i] = null; scope.problemReporter().localVariableCanOnlyBeNull(local, expression); continue ; } |
| ||||
if (flowInfo.isDefinitelyNull(local)) { this.nullReferences[i] = null; scope.problemReporter().localVariableCanOnlyBeNull(local, expression); continue ; } |
| ||||
if (flowInfo.isDefinitelyNonNull(local)) { this.nullReferences[i] = null; scope.problemReporter().localVariableCannotBeNull(local, expression); continue ; } |
| ||||
if (flowInfo.isDefinitelyNull(local)) { this.nullReferences[i] = null; scope.problemReporter().localVariableCanOnlyBeNull(local, expression); continue ; } |
| ||||
if (flowInfo.isDefinitelyNull(local)) { this.nullReferences[i] = null; scope.problemReporter().localVariableCanOnlyBeNull(local, expression); continue ; } |
| ||||
if (flowInfo.isPotentiallyNull(local)) { this.nullReferences[i] = null; scope.problemReporter().localVariableMayBeNull(local, expression); continue ; } |
| |||
if (flowInfo. [[#variable59774440]](local)) { this.nullReferences[i] = null; scope.problemReporter(). [[#variable597743c0]](local, expression); continue ; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59774440]] | isDefinitelyNonNull |
1 | 2 | [[#59774440]] | isDefinitelyNull |
1 | 3 | [[#59774440]] | isPotentiallyNull |
1 | 4 | [[#59774440]] | isDefinitelyNull |
1 | 5 | [[#59774440]] | isDefinitelyNull |
1 | 6 | [[#59774440]] | isDefinitelyNull |
1 | 7 | [[#59774440]] | isDefinitelyNonNull |
1 | 8 | [[#59774440]] | isDefinitelyNull |
1 | 9 | [[#59774440]] | isDefinitelyNonNull |
2 | 1 | [[#597743c0]] | localVariableCannotBeNull |
2 | 2 | [[#597743c0]] | localVariableCanOnlyBeNull |
2 | 3 | [[#597743c0]] | localVariableMayBeNull |
2 | 4 | [[#597743c0]] | localVariableCanOnlyBeNull |
2 | 5 | [[#597743c0]] | localVariableCanOnlyBeNull |
2 | 6 | [[#597743c0]] | localVariableCanOnlyBeNull |
2 | 7 | [[#597743c0]] | localVariableCannotBeNull |
2 | 8 | [[#597743c0]] | localVariableCanOnlyBeNull |
2 | 9 | [[#597743c0]] | localVariableCannotBeNull |