| Package | Description |
|---|---|
| org.sonar.java.cfg | |
| org.sonar.java.se | |
| org.sonar.java.se.checks |
| Modifier and Type | Method and Description |
|---|---|
static CFG |
CFG.build(MethodTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static LiveVariables |
LiveVariables.analyze(CFG cfg) |
static Map<Tree,CFGLoop> |
CFGLoop.getCFGLoops(CFG cfg) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckerDispatcher.init(MethodTree methodTree,
CFG cfg) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionAlwaysTrueOrFalseCheck.init(MethodTree methodTree,
CFG cfg) |
void |
SECheck.init(MethodTree methodTree,
CFG cfg) |
void |
NonNullSetToNullCheck.init(MethodTree tree,
CFG cfg) |
void |
NoWayOutLoopCheck.init(MethodTree tree,
CFG cfg) |
Copyright © 2012–2016 SonarSource. All rights reserved.