Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-5621

Change UpdateResult modifiedCount to type long

    • Type: Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: CRUD
    • None
    • None
    • Java Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • None
    • None
    • None
    • None
    • None
    • None

      Correctness warning for acknowledge update results.

      public static UpdateResult acknowledged(
           final long matchedCount, 
          @Nullable final Long modifiedCount,   // Marked as nullable.
          @Nullable final BsonValue upsertedId)
      
      // Then in AcknowledgedUpdateResult its not marked nullable
      AcknowledgedUpdateResult(final long matchedCount, final Long modifiedCount, @Nullable final BsonValue upsertedId) 
      
      // The getter uses long
      public long getModifiedCount()
      

      Community PR: https://github.com/mongodb/mongo-java-driver/pull/1480

            Assignee:
            Unassigned Unassigned
            Reporter:
            ross@mongodb.com Ross Lawley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              None
              None
              None
              None