You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.AssertionError: java.lang.IllegalArgumentException: Cannot combine scanner suppliers with different implementations of 'MissingRefasterAnnotation': tech.picnic.errorprone.bugpatterns.MissingRefasterAnnotation, com.google.errorprone.bugpatterns.MissingRefasterAnnotation
instead of StringCaseLocaleUsage when upgrading EP from 2.19.1 to 2.20.0.
Hey @pzygielo! Indeed, this is due to another check that we upstreamed ("no good deed goes unpunished", haha). I filed #685 for this earlier today, and expect a release early next week.
Hey @pzygielo. Thanks for your patience; we just released an Error Prone 2.20.0-compatible version 0.12.0. Let us know if you hit any issues with this new release :)
Describe the bug
Similar to
but with
instead of
StringCaseLocaleUsage
when upgrading EP from 2.19.1 to 2.20.0.Minimal Reproducible Example
Expected behavior
Setup
Additional context
The text was updated successfully, but these errors were encountered: