Smack/smack-core/src/main/java/org/jivesoftware/smack/fsm
Florian Schmaus 32a38c4e77 [core] Check if the successor vertex exists in StateDescriptorGraph
If the successor's module is disabled then the vertex may be null. In
this case, we can simple continue with the next successor in the list.

Previously, due to d33a5a23c3 ("[core] Introduce
Builder.failOnUnknownStates() and unit tests") this would trigger an
assert in addOutgoingEdge().

Fixes: d33a5a23c3 ("[core] Introduce Builder.failOnUnknownStates() and unit tests")
2021-08-22 16:30:30 +02:00
..
ConnectionStateEvent.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
ConnectionStateMachineListener.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
LoginContext.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
NoOpState.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
State.java Rework WebSocket code 2021-01-25 19:56:54 +01:00
StateDescriptor.java [core] Add String-based StateDescriptor precedence/inferiority declaration methods 2020-07-25 14:27:45 +02:00
StateDescriptorGraph.java [core] Check if the successor vertex exists in StateDescriptorGraph 2021-08-22 16:30:30 +02:00
StateMachineException.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
StateTransitionResult.java Rework WebSocket code 2021-01-25 19:56:54 +01:00
package-info.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00