Modifier and Type | Method and Description |
---|---|
default ProgramState |
BytecodeSECheck.checkPostStatement(CheckerDispatcher dispatcher,
Instruction inst) |
ProgramState |
BytecodeSECheck.ZeronessCheck.checkPostStatement(CheckerDispatcher dispatcher,
Instruction inst) |
default ProgramState |
BytecodeSECheck.checkPreStatement(CheckerDispatcher dispatcher,
Instruction inst) |
ProgramState |
BytecodeSECheck.NullnessCheck.checkPreStatement(CheckerDispatcher dispatcher,
Instruction inst) |
ProgramState |
CheckerDispatcher.getState() |
Modifier and Type | Method and Description |
---|---|
void |
CheckerDispatcher.addExceptionalYield(SymbolicValue target,
ProgramState exceptionalState,
String exceptionFullyQualifiedName,
SECheck check) |
void |
CheckerDispatcher.addTransition(ProgramState state) |
Modifier and Type | Field and Description |
---|---|
static ProgramState |
ProgramState.EMPTY_STATE |
ProgramState |
ExplodedGraph.Node.programState |
ProgramState |
ProgramState.Pop.state |
Modifier and Type | Method and Description |
---|---|
void |
ExplodedGraphWalker.addExceptionalYield(SymbolicValue target,
ProgramState exceptionalState,
String exceptionFullyQualifiedName,
SECheck check) |
void |
CheckerDispatcher.addExceptionalYield(SymbolicValue target,
ProgramState exceptionalState,
String exceptionFullyQualifiedName,
SECheck check) |
void |
CheckerContext.addExceptionalYield(SymbolicValue target,
ProgramState exceptionalState,
String exceptionFullyQualifiedName,
SECheck check) |
void |
CheckerDispatcher.addTransition(ProgramState state) |
void |
CheckerContext.addTransition(ProgramState state) |
void |
ExplodedGraphWalker.enqueue(ProgramPoint programPoint,
ProgramState programState) |
void |
ExplodedGraphWalker.enqueue(ProgramPoint newProgramPoint,
ProgramState programState,
boolean exitPath) |
void |
ExplodedGraphWalker.enqueue(ProgramPoint newProgramPoint,
ProgramState programState,
boolean exitPath,
MethodYield methodYield) |
void |
ExplodedGraphWalker.enqueue(ProgramPoint programPoint,
ProgramState programState,
MethodYield methodYield) |
ExplodedGraph.Node |
ExplodedGraph.node(ProgramPoint programPoint,
ProgramState programState)
Returns node associated with given (programPoint,programState) pair.
|
Constructor and Description |
---|
Pop(ProgramState programState,
List<ProgramState.SymbolicValueSymbol> result) |
Modifier and Type | Field and Description |
---|---|
protected ProgramState |
CheckerTreeNodeVisitor.programState |
Modifier and Type | Method and Description |
---|---|
ProgramState |
UnclosedResourcesCheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
StreamConsumedCheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
SECheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
RedundantAssignmentsCheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
OptionalGetBeforeIsPresentCheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
NullDereferenceCheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
NonNullSetToNullCheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
MapComputeIfAbsentOrPresentCheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
LocksNotUnlockedCheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
DivisionByZeroCheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
CustomUnclosedResourcesCheck.checkPostStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
UnclosedResourcesCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
StreamConsumedCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
SECheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
OptionalGetBeforeIsPresentCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
NullDereferenceCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
NonNullSetToNullCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
NoWayOutLoopCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
MapComputeIfAbsentOrPresentCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
LocksNotUnlockedCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
DivisionByZeroCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
ProgramState |
CustomUnclosedResourcesCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
Constructor and Description |
---|
CheckerTreeNodeVisitor(ProgramState programState) |
Modifier and Type | Method and Description |
---|---|
ProgramState |
DebugMethodYieldsOnInvocationsCheck.checkPreStatement(CheckerContext context,
Tree syntaxNode) |
Modifier and Type | Method and Description |
---|---|
Pair<List<ProgramState>,List<ProgramState>> |
ConstraintManager.assumeDual(ProgramState programState) |
Pair<List<ProgramState>,List<ProgramState>> |
ConstraintManager.assumeDual(ProgramState programState) |
Modifier and Type | Method and Description |
---|---|
Pair<List<ProgramState>,List<ProgramState>> |
ConstraintManager.assumeDual(ProgramState programState) |
boolean |
ConstraintManager.isNull(ProgramState ps,
SymbolicValue val) |
Modifier and Type | Method and Description |
---|---|
ProgramState |
SymbolicValue.setSingleConstraint(ProgramState programState,
ObjectConstraint nullConstraint) |
Modifier and Type | Method and Description |
---|---|
List<ProgramState> |
SymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.NotSymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.InstanceOfSymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.AndSymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.OrSymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.XorSymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
RelationalSymbolicValue.setConstraint(ProgramState initialProgramState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.setConstraint(ProgramState programState,
Constraint constraint) |
protected List<ProgramState> |
SymbolicValue.setConstraint(ProgramState state,
Constraint constraint,
Set<RelationalSymbolicValue> knownRelations) |
protected List<ProgramState> |
RelationalSymbolicValue.setConstraint(ProgramState initialProgramState,
Constraint constraint,
Set<RelationalSymbolicValue> knownRelations) |
List<ProgramState> |
SymbolicValue.setConstraint(ProgramState programState,
ObjectConstraint nullConstraint) |
Modifier and Type | Method and Description |
---|---|
List<ProgramState> |
SymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.NotSymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.InstanceOfSymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.AndSymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.OrSymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.XorSymbolicValue.setConstraint(ProgramState programState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
RelationalSymbolicValue.setConstraint(ProgramState initialProgramState,
BooleanConstraint booleanConstraint) |
List<ProgramState> |
SymbolicValue.setConstraint(ProgramState programState,
Constraint constraint) |
protected List<ProgramState> |
SymbolicValue.setConstraint(ProgramState state,
Constraint constraint,
Set<RelationalSymbolicValue> knownRelations) |
protected List<ProgramState> |
RelationalSymbolicValue.setConstraint(ProgramState initialProgramState,
Constraint constraint,
Set<RelationalSymbolicValue> knownRelations) |
List<ProgramState> |
SymbolicValue.setConstraint(ProgramState programState,
ObjectConstraint nullConstraint) |
ProgramState |
SymbolicValue.setSingleConstraint(ProgramState programState,
ObjectConstraint nullConstraint) |
Modifier and Type | Method and Description |
---|---|
protected static void |
SymbolicValue.BooleanExpressionSymbolicValue.addStates(List<ProgramState> states,
List<ProgramState> newStates) |
protected static void |
SymbolicValue.BooleanExpressionSymbolicValue.addStates(List<ProgramState> states,
List<ProgramState> newStates) |
Modifier and Type | Method and Description |
---|---|
Stream<ProgramState> |
MethodYield.parametersAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState) |
abstract Stream<ProgramState> |
MethodYield.statesAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState,
Supplier<SymbolicValue> svSupplier) |
Stream<ProgramState> |
HappyPathYield.statesAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState,
Supplier<SymbolicValue> svSupplier) |
Stream<ProgramState> |
ExceptionalYield.statesAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState,
Supplier<SymbolicValue> svSupplier) |
Stream<ProgramState> |
ExceptionalCheckBasedYield.statesAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState,
Supplier<SymbolicValue> svSupplier) |
Modifier and Type | Method and Description |
---|---|
Stream<ProgramState> |
MethodYield.parametersAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState) |
abstract Stream<ProgramState> |
MethodYield.statesAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState,
Supplier<SymbolicValue> svSupplier) |
Stream<ProgramState> |
HappyPathYield.statesAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState,
Supplier<SymbolicValue> svSupplier) |
Stream<ProgramState> |
ExceptionalYield.statesAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState,
Supplier<SymbolicValue> svSupplier) |
Stream<ProgramState> |
ExceptionalCheckBasedYield.statesAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState,
Supplier<SymbolicValue> svSupplier) |
Copyright © 2012–2017 SonarSource. All rights reserved.