XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.25.0
    • 1.27.0
    • core, druid-adapter
    • None

    Description

      jsr305 does not support type annotations, so it can't be used like List<@Nullable String>, and it results in duplicate @Nullable annotations on the classpath (checkerframework and jsr305)

      The solution is to use checkerframework for nullability, and errorprone annotations for dataflow-like checks (e.g. @CheckReturnValue)

      Attachments

        Activity

          People

            Unassigned Unassigned
            vladimirsitnikov Vladimir Sitnikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: