Uploaded image for project: 'Couchbase Lite'
  1. Couchbase Lite
  2. CBL-5512

toJSON should throw

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • Beryllium
    • 2.8.0
    • Java, Java-Android
    • Security Level: Public
    • None
    • JAK 128
    • 2

    Description

      The toJSON methods in Array, Dictionary, Result and Document should all throw a checked exception if they fail because some string cannot be translated from UTF-8 (Fleece) encoding, to UTF-16 (Java String encoding)

      Currently all except Document are annotated as @NonNull, when, in fact, they can return null. Document is annotated as @Nullable. All should be annotated @NonNull (not a breaking change) but changed to throw a CouchbaseLiteException (API breaking change)

      Attachments

        Issue Links

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

          Activity

            People

              blake.meike Blake Meike
              blake.meike Blake Meike
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty