-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: CRUD
-
None
-
None
-
Java Drivers
-
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