There aren't many false positives or flaky tests in CI, checker-framework, error-prone. If it says that (say) you are passing a nullable object to a method that requires a not-nullable argument, you probably are.
I find it useful to run checker-framework on my own computer, rather than waiting for CI. But you must use JDK 11: ./gradlew --no-parallel --no-daemon -PenableCheckerframework :linq4j:classes :core:classes Julian On Wed, Aug 23, 2023 at 8:42 AM stanilovsky evgeny <[email protected]> wrote: > > PR is ready for review, plz explain did i need to fix all of: CI / > CheckerFramework issues ? > Seems some of them are false positive. > thanks ! > > > Evgeny Stanilovsky created CALCITE-5950:
