Version 0.11.1 seems to be incompatible with Error Prone 2.20.0
pzygielo opened this issue ยท 5 comments
pzygielo commented
Describe the bug
Similar to
but with
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.
Minimal Reproducible Example
Expected behavior
Setup
- Operating system: ubuntu
- Java version: Java version: 17.0.7, vendor: Eclipse Adoptium
- Error Prone version: 2.20.0
- Error Prone Support version: 0.11.1
Additional context
Stephan202 commented
pzygielo commented
For my excuse: I scanned only issues, and completely didn't think about PRs. So I missed the linked PR...
Stephan202 commented
No worries at all! This ticket makes it easier for others to find the issue as well ๐
Stephan202 commented
pzygielo commented
Thank you all for express new release!
I confirm it works very fine in my case.