public class NoWayOutLoopCheck extends SECheck
| Constructor and Description |
|---|
NoWayOutLoopCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkEndOfExecution(CheckerContext context) |
ProgramState |
checkPreStatement(CheckerContext context,
Tree syntaxNode) |
void |
init(MethodTree tree,
CFG cfg) |
void |
interruptedExecution(CheckerContext context) |
checkEndOfExecutionPath, checkPostStatement, reportIssue, scanFilepublic void init(MethodTree tree, CFG cfg)
public ProgramState checkPreStatement(CheckerContext context, Tree syntaxNode)
checkPreStatement in class SECheckpublic void checkEndOfExecution(CheckerContext context)
checkEndOfExecution in class SECheckpublic void interruptedExecution(CheckerContext context)
interruptedExecution in class SECheckCopyright © 2012–2017 SonarSource. All rights reserved.