-
Notifications
You must be signed in to change notification settings - Fork 745
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
Bug report: unhandled NullPointerException #685
Comments
7 tasks
This is #657. |
@Stephan202 Thanks! #657 does indeed look to be about the same thing as this issue. @cushon or @eaftan, can you confirm that both issues are the same? If so, I'll happily close this one and wait for the next release. |
(or downgrade to 2.0.20 or an earlier version if that gives me no other problems) |
Ta @eaftan for the confirmation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
I was recently working on introducing static analysis to JUnit 5 with error-prone over at junit-team/junit5#961, but as I was fixing reported violations, it produced the error log under Output.
How to reproduce
gradlew check --stracktrace
from the root.Output
The text was updated successfully, but these errors were encountered: