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
I am completely new to nullaway, so may this is only a bad configuration or misunderstanding of the setup but when i run my maven project with mvn verify no errors are detected in the project (I am sure there are some) even if i copy the failing example code from the readme in my code.
Looks like you're running into #830, which I tried to address in the Error Prone docs in google/error-prone#4162. Can you try bumping the maven-compiler-plugin version to at least 3.11.0? Alternately you can pass -Xep:NullAway:ERROR I think and you should see errors.
I am completely new to nullaway, so may this is only a bad configuration or misunderstanding of the setup but when i run my maven project with
mvn verify
no errors are detected in the project (I am sure there are some) even if i copy the failing example code from the readme in my code.maven-compiler-plugin: 3.10.1
error_prone_core: 2.27.1
nullaway: 0.10.26
The complete setup I added can be seen in this PR, I already opened in my project: https://github.com/BetonQuest/BetonQuest/pull/2812/files
The text was updated successfully, but these errors were encountered: