| Package | Description |
|---|---|
| org.sonar.java.closeresource | |
| org.sonar.java.locks | |
| org.sonar.java.symexecengine |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CloseableVisitor.onTryResourceClosed(ExecutionState executionState,
SymbolicValue resource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CloseableVisitor.initialize(ExecutionState executionState,
MethodTree tree,
List<SymbolicValue> arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
LockedVisitor.initialize(ExecutionState executionState,
MethodTree analyzedMethod,
List<SymbolicValue> arguments) |
| Modifier and Type | Method and Description |
|---|---|
SymbolicValue |
ExecutionState.createValueForSymbol(Symbol symbol,
Tree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionState.markValueAs(SymbolicValue value,
State state) |
protected void |
SymbolicExecutionCheck.onTryResourceClosed(ExecutionState executionState,
SymbolicValue resource)
Deprecated.
called when a AutoCloseable resource of a try block is closed.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SymbolicExecutionCheck.initialize(ExecutionState executionState,
MethodTree tree,
List<SymbolicValue> arguments)
called prior analysis of the given method.
|
Copyright © 2012–2015 SonarSource. All rights reserved.