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

absolute references in models without stated as "using" result in inconsistency in repo #622

Closed
aedelmann opened this issue Jun 21, 2017 · 1 comment

Comments

@aedelmann
Copy link
Contributor

Steps to reproduce:

  1. Create a functionblock model and datatype (org.example.MyType) using the Eclipse Toolset
  2. 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

@erlemantos
Copy link
Contributor

I'll take this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants