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
Sometimes the API analysis tools report invalid errors on code generated from xtend.
Errors should only be reported if they are real errors.
Perform a clean build.
The text was updated successfully, but these errors were encountered:
The API analysis builder doesn't work well with the xtend builder. Workaround: avoid clean build whenever possible.
Instructions how to get rid of bogus errors are at https://github.com/osate/osate2/wiki/Managing-Feature-and-Plugin-Versions#errors-in-java-code-generated-from-xtend-after-a-clean-build
Sorry, something went wrong.
lwrage
No branches or pull requests
Summary
Sometimes the API analysis tools report invalid errors on code generated from xtend.
Expected and Current Behavior
Errors should only be reported if they are real errors.
Steps to Reproduce
Perform a clean build.
Environment
The text was updated successfully, but these errors were encountered: