Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-10082

Duplicate values found in DSCode enums

    XMLWordPrintableJSON

Details

    Description

      The following snippet appears in DSCode.hpp:
      ```
      CacheableEnum = 94,
      ClientProxyMembershipId = 38,
      CacheableUserData = 39,
      CacheableUserData2 = 38,
      CacheableUserData4 = 37,
      PDX = 93,
      PDX_ENUM = 94,
      InterestResultPolicy = 37,
      };
      ```
      `CacheableEnum` is the name of the class that geode-native uses for `PDX_ENUM`, it should not exist as an enum value. `ClientProxyMembershipId`, `InternalDistributedMember`, and `InterestResultPolicy` are `DataSerializableFixedId` values, and belong in that enum rather than DSCode.

      Attachments

        Issue Links

          Activity

            People

              jbarrett Jacob Barrett
              bbender Blake Bender
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: