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
Migrated from Google Code (issue 820)
The text was updated successfully, but these errors were encountered:
👤 Stephan.Pirnbaum 🕗 Jun 03, 2015 at 14:48 UTC
Hello, according to the reply on SO on my question: http://stackoverflow.com/questions/30614830/delombok-java-8-type-annotations
The problem is that type annotations cannot be resolved by Delombok correctly. Let's assume I have this code:
import edu.umd.cs.findbugs.annotations.NonNull; .... Set<@ NonNull PredictedConsumption> consumptions
This will result in: Set<(UNKNOWN[JCAnnotatedType]: @ NonNull() PredictedConsumption)> consumptions;
As pointed out in the answer, the "bug" is in this line, which explains the output: https://github.com/rzwitserloot/lombok/blob/master/src/delombok/lombok/delombok/PrettyCommentsPrinter.java﹟L1618
Thanks
Sorry, something went wrong.
End of migration
1dcbc16
Updated changelog for fix to issue #855
fb551f7
No branches or pull requests
Migrated from Google Code (issue 820)
The text was updated successfully, but these errors were encountered: