the type of the conflict was something else than an association conflict so the variable kept being null
Initializing the conflictSolverReturn variable to its default state (unsatisfied, no activities created) fixes that issue and no other logic is impacted.
Description
The issue arose in this case
conflictSolverReturn
was not initializednull
Initializing the
conflictSolverReturn
variable to its default state (unsatisfied, no activities created) fixes that issue and no other logic is impacted.Verification
None.
Documentation
None.
Future work
None.