public class InvariantReturnCheck extends SECheck
SECheck.SEIssue| Constructor and Description |
|---|
InvariantReturnCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkEndOfExecution(CheckerContext context) |
void |
checkEndOfExecutionPath(CheckerContext context,
ConstraintManager constraintManager) |
void |
init(MethodTree methodTree,
CFG cfg) |
void |
interruptedExecution(CheckerContext context) |
void |
scanFile(JavaFileScannerContext context)
Method called after parsing and semantic analysis has been done on file.
|
checkPostStatement, checkPreStatement, reportIssue, reportIssuepublic void init(MethodTree methodTree, CFG cfg)
public void scanFile(JavaFileScannerContext context)
JavaFileScannerscanFile in interface JavaFileScannerscanFile in class SECheckcontext - Context of analysis containing the parsed tree.public void checkEndOfExecutionPath(CheckerContext context, ConstraintManager constraintManager)
checkEndOfExecutionPath in class SECheckpublic void checkEndOfExecution(CheckerContext context)
checkEndOfExecution in class SECheckpublic void interruptedExecution(CheckerContext context)
interruptedExecution in class SECheckCopyright © 2012–2018 SonarSource. All rights reserved.