Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A NullPointerException when creating multiple actions in the same behaviour #6

Open
OverFlow33 opened this issue Dec 8, 2022 · 2 comments
Assignees
Labels

Comments

@OverFlow33
Copy link
Contributor

I'm currently using 2.0.1-ihab and when i try to create multiple behaviour actions (usually when creating more than 2 actions per behaviour) i got a NullPointerException.

Exception java.lang.NullPointerException: at org.openflexo.foundation.fml.controlgraph.Sequence$SequenceImpl.sequentiallyAppend(Sequence.java:143) at org.openflexo.foundation.fml.action.CreateEditionAction.doAction(CreateEditionAction.java:271) at org.openflexo.foundation.action.FlexoAction.doActionInContext(FlexoAction.java:271) at org.openflexo.foundation.DefaultFlexoEditor.performAction(DefaultFlexoEditor.java:156) at org.openflexo.foundation.action.FlexoAction.doAction(FlexoAction.java:231) at org.openflexo.http.server.core.controllers.BehavioursController.addAssignation(BehavioursController.java:347)

@OverFlow33 OverFlow33 added the bug label Dec 8, 2022
@sylvain-openflexo sylvain-openflexo self-assigned this Dec 9, 2022
@sylvain-openflexo
Copy link
Member

This bug is not related to openflexo-http and should be moved to openflexo-core

@sylvain-openflexo
Copy link
Member

This bug should be implemented as a unit test in openflexo-core/flexo-foundation-test

@OverFlow33 OverFlow33 transferred this issue from openflexo-team/openflexo-http Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants