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
Generating code from the AADL metamodel results in Java code with duplicate @OverRide annotations. The code generator needs to be set to Java 5 compatibility (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=547424).
Current code makes use of Java 7 and 8 features. This needs to be changed back manually.
The text was updated successfully, but these errors were encountered:
osate/osate2@593c671
lwrage
No branches or pull requests
Summary
Generating code from the AADL metamodel results in Java code with duplicate @OverRide annotations. The code generator needs to be set to Java 5 compatibility (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=547424).
Current code makes use of Java 7 and 8 features. This needs to be changed back manually.
Environment
The text was updated successfully, but these errors were encountered: