public class DebugInterruptedExecutionCheck extends SECheck implements DebugCheck
SECheck.SEIssue
Constructor and Description |
---|
DebugInterruptedExecutionCheck() |
Modifier and Type | Method and Description |
---|---|
void |
checkEndOfExecution(CheckerContext context) |
void |
init(MethodTree methodTree,
CFG cfg) |
void |
interruptedExecution(CheckerContext context) |
checkEndOfExecutionPath, checkPostStatement, checkPreStatement, reportIssue, reportIssue, scanFile
public void init(MethodTree methodTree, CFG cfg)
public void interruptedExecution(CheckerContext context)
interruptedExecution
in class SECheck
public void checkEndOfExecution(CheckerContext context)
checkEndOfExecution
in class SECheck
Copyright © 2012–2017 SonarSource. All rights reserved.