JavaCheck, JavaFileScannerpublic class LocksNotUnlockedCheck extends SECheck
| Modifier and Type | Class | Description |
|---|---|---|
static class |
LocksNotUnlockedCheck.LockConstraint |
SECheck.SEIssue| Constructor | Description |
|---|---|
LocksNotUnlockedCheck() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkEndOfExecutionPath(CheckerContext context,
ConstraintManager constraintManager) |
|
ProgramState |
checkPostStatement(CheckerContext context,
Tree syntaxNode) |
|
ProgramState |
checkPreStatement(CheckerContext context,
Tree syntaxNode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckEndOfExecution, init, interruptedExecution, reportIssue, 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–2018 SonarSource. All rights reserved.