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

Improved naming for AbstractReplicatorConfiguration.ReplicatorType

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Critical
    • Deprecated
    • 3.0, 3.1.0, Beryllium
    • Java, Java-Android
    • Security Level: Public
    • 1

    Description

      Currently, the replicator type is an attribute of AbstractReplicatorConfiguration. There are three problems with this:
      1) it means that AbstractReplicatorConfiguration is public, part of our API, to support Kotlin.
      2) the property, a property of the Replicator, is illogically associated with the ReplicatorConfiguration
      3) the name is ridiculously long.

      Add a new enum, Type, to AbstractReplicator, replacing the old enum and deprecate the old enum.

      Attachments

        Issue Links

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

          Activity

            People

              The Lite The Lite
              blake.meike Blake Meike
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty