Skip to content
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

Closed
raboof opened this issue Sep 26, 2017 · 4 comments
Closed

Javadoc may not log all errors #415

raboof opened this issue Sep 26, 2017 · 4 comments

Comments

@raboof
Copy link
Contributor

raboof commented Sep 26, 2017

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 level error, so I'd expect parseAndDumpSemanticErrors to fail to parse it and log it instead, not sure why that doesn't appear to be happening.

@jvican jvican changed the title LocalJavadoc may not log all errors Javadoc may not logging all the errors Sep 28, 2017
@jvican
Copy link
Member

jvican commented Sep 28, 2017

@raboof Any ideas how we can reproduce/test this?

@raboof
Copy link
Contributor Author

raboof commented Oct 11, 2017

Like raboof@6253cee ?

@jvican
Copy link
Member

jvican commented Oct 11, 2017

That looks good. Hopefully we fix this soon. Thanks @raboof! 😄

@jvican
Copy link
Member

jvican commented Sep 15, 2018

Closing in favor of #520 which is richer in details. We'll add the provided reproduced case in this ticket to our test suite, thank you @raboof

@jvican jvican closed this as completed Sep 15, 2018
@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
Projects
None yet
Development

No branches or pull requests

3 participants