You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The view is not robust against models with syntax errors. This can occur while adding a property association to a model.
Steps to reproduce
I have model where I want to add a connection binding and type Actual_Connection_Binding => (reference()) applies to ; in the properties section and edit.
I get NullPointerExceptions and various others related to parsing. All these should be ignored by the view.
Environment
OSATE Version: 2.7.0
Operating System: Linux
The text was updated successfully, but these errors were encountered:
Summary
The view is not robust against models with syntax errors. This can occur while adding a property association to a model.
Steps to reproduce
I have model where I want to add a connection binding and type
Actual_Connection_Binding => (reference()) applies to ;
in the properties section and edit.I get
NullPointerException
s and various others related to parsing. All these should be ignored by the view.Environment
The text was updated successfully, but these errors were encountered: