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

remove error-prone (and therefore nullaway) #12

Merged
merged 1 commit into from
Oct 22, 2021

Conversation

SirYwell
Copy link
Member

error prone is prone to errors when using modern language features such as switch expressions (Java 14, see typetools/checker-framework#2373) and pattern matching for switch (Java 17 Preview).
As we enabled preview for exactly that, we need to go without Nullaway.

@SirYwell SirYwell merged commit 3546a11 into master Oct 22, 2021
@SirYwell SirYwell deleted the chore/remove-ERROR-PRONE branch October 22, 2021 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants