public class ConditionAlwaysTrueOrFalseCheck extends SECheck
| Constructor and Description |
|---|
ConditionAlwaysTrueOrFalseCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkEndOfExecution(CheckerContext context) |
void |
evaluatedToFalse(Tree condition,
ExplodedGraph.Node node) |
void |
evaluatedToTrue(Tree condition,
ExplodedGraph.Node node) |
void |
init(MethodTree methodTree,
CFG cfg) |
void |
interruptedExecution(CheckerContext context) |
checkEndOfExecutionPath, checkPostStatement, checkPreStatement, reportIssue, scanFilepublic void init(MethodTree methodTree, CFG cfg)
public void checkEndOfExecution(CheckerContext context)
checkEndOfExecution in class SECheckpublic void evaluatedToFalse(Tree condition, ExplodedGraph.Node node)
public void evaluatedToTrue(Tree condition, ExplodedGraph.Node node)
public void interruptedExecution(CheckerContext context)
interruptedExecution in class SECheckCopyright © 2012–2017 SonarSource. All rights reserved.