We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CCE occurs when running codegen checker on a certain component of the JCA demo model.
CCE: ThreadTypeImpl cannot be cast to ThreadImplementation at org.osate.codegen.checker.checks.ThreadCheck.perform() - ThreadCheck.java:86
The text was updated successfully, but these errors were encountered:
This happens where the checker inspects calls in threads. If the component instance references a thread type this check should be skipped.
Sorry, something went wrong.
lwrage
Successfully merging a pull request may close this issue.
Summary
CCE occurs when running codegen checker on a certain component of the JCA demo model.
Expected and Current Behavior
Steps to Reproduce
CCE: ThreadTypeImpl cannot be cast to ThreadImplementation at
org.osate.codegen.checker.checks.ThreadCheck.perform() - ThreadCheck.java:86
Environment
The text was updated successfully, but these errors were encountered: