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
Create a functionblock model and datatype (org.example.MyType) using the Eclipse Toolset
define a operation e.g myop(param1 as org.example.MyType) without having dragged and dropped it
This results in having a functionblock model that is not referencing the type in "using" statements
Expected: Validation error in operation param that model has to be imported / referenced in "using"
Actual: model is valid. Therefore developers can check in the model. However code generation and dev-console breaks
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
This results in having a functionblock model that is not referencing the type in "using" statements
Expected: Validation error in operation param that model has to be imported / referenced in "using"
Actual: model is valid. Therefore developers can check in the model. However code generation and dev-console breaks
The text was updated successfully, but these errors were encountered: