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

Version 0.11.1 seems to be incompatible with Error Prone 2.20.0 #686

Closed
pzygielo opened this issue Jun 17, 2023 · 5 comments
Closed

Version 0.11.1 seems to be incompatible with Error Prone 2.20.0 #686

pzygielo opened this issue Jun 17, 2023 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@pzygielo
Copy link

pzygielo commented Jun 17, 2023

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

@pzygielo pzygielo added the bug Something isn't working label Jun 17, 2023
@Stephan202
Copy link
Member

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.

@pzygielo
Copy link
Author

For my excuse: I scanned only issues, and completely didn't think about PRs. So I missed the linked PR...

@Stephan202
Copy link
Member

No worries at all! This ticket makes it easier for others to find the issue as well 👍

@rickie rickie closed this as completed in b81ec97 Jun 20, 2023
@Stephan202
Copy link
Member

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 :)

@pzygielo
Copy link
Author

Thank you all for express new release!

I confirm it works very fine in my case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants