public class OptionalGetBeforeIsPresentCheck extends SECheck
SECheck.SEIssue
Constructor and Description |
---|
OptionalGetBeforeIsPresentCheck() |
Modifier and Type | Method and Description |
---|---|
void |
checkEndOfExecutionPath(CheckerContext context,
ConstraintManager constraintManager) |
ProgramState |
checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
checkPreStatement(CheckerContext context,
Tree syntaxNode) |
checkEndOfExecution, init, interruptedExecution, reportIssue, reportIssue, scanFile
public ProgramState checkPreStatement(CheckerContext context, Tree syntaxNode)
checkPreStatement
in class SECheck
public ProgramState checkPostStatement(CheckerContext context, Tree syntaxNode)
checkPostStatement
in class SECheck
public void checkEndOfExecutionPath(CheckerContext context, ConstraintManager constraintManager)
checkEndOfExecutionPath
in class SECheck
Copyright © 2012–2017 SonarSource. All rights reserved.