public class LocksNotUnlockedCheck extends SECheck
| Modifier and Type | Class and Description |
|---|---|
static class |
LocksNotUnlockedCheck.LockConstraint |
| Constructor and Description |
|---|
LocksNotUnlockedCheck() |
| 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, scanFilepublic ProgramState checkPreStatement(CheckerContext context, Tree syntaxNode)
checkPreStatement in class SECheckpublic ProgramState checkPostStatement(CheckerContext context, Tree syntaxNode)
checkPostStatement in class SECheckpublic void checkEndOfExecutionPath(CheckerContext context, ConstraintManager constraintManager)
checkEndOfExecutionPath in class SECheckCopyright © 2012–2017 SonarSource. All rights reserved.