Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-1857

Deprecate JsonValue.NULL in favor of JsonNull.INSTANCE

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • None
    • None
    • 1

    Description

      JsonValue.NULL is statically initialized to JsonNull.INSTANCE. Because JsonNull is a subclass of JsonValue, IntelliJ warns that this code may cause class loading deadlocks.

      Encourage users to use JsonNull.INSTANCE instead of JsonValue.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            david.nault David Nault
            david.nault David Nault
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty