-
Notifications
You must be signed in to change notification settings - Fork 61
Output information needed to suppress Xlint warnings #183
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
not sure how to fix that..... in case of error/warning, we use the method Line 146 in f4d6074
in this case the method returns module not found: someOtherModule but at the same time diagnostic.toString() is returning:
but the Diagnostic class doesn't have any way to retrieve the second line. |
@olamy I am asking for you to include |
even this is not returned by |
…rsions in its Signed-off-by: Olivier Lamy <olamy@apache.org>
…rsions in its (#238) Signed-off-by: Olivier Lamy <olamy@apache.org>
I've forwarded this question to the JDK team. I'll let you know once I hear back. |
any link? |
Not yet. It was a private email correspondence. I'll let you know once I receive a response. |
I just received a response from the dev team:
Does this help? |
nope as we definitely use Line 146 in 84e2dab
|
Here is the latest reply on my end:
Hopefully they'll be able to reproduce the problem. |
@olamy This issue is now tracked by https://bugs.openjdk.org/browse/JDK-8292634 with an expected release date of JDK 21. In the meantime, the unofficial recommendation (per https://bugs.openjdk.org/browse/JDK-8292634?focusedCommentId=14526780&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14526780) is to implement a workaround by parsing the output of Is this something you can do until JDK 21 is out? |
Per Robert Scholte https://issues.apache.org/jira/browse/MCOMPILER-367 can only be fixed in this plugin.
Here is the problem description:
Please let me know if have any questions and/or would like me to attach the testcase here.
The text was updated successfully, but these errors were encountered: