-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
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
Javadoc may not log all errors #415
Labels
Comments
jvican
changed the title
LocalJavadoc may not log all errors
Javadoc may not logging all the errors
Sep 28, 2017
@raboof Any ideas how we can reproduce/test this? |
Like raboof@6253cee ? |
That looks good. Hopefully we fix this soon. Thanks @raboof! 😄 |
raboof
changed the title
Javadoc may not logging all the errors
Javadoc may not log all errors
Dec 14, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When debugging an instance where javadoc produced the error "javadoc: error - invalid flag: -target", this error was not printed on
javacLogger.flush(exitCode)
.It was correctly added to
JavacLogger.msgs
with levelerror
, so I'd expectparseAndDumpSemanticErrors
to fail to parse it and log it instead, not sure why that doesn't appear to be happening.The text was updated successfully, but these errors were encountered: