Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-94568

Clean up usages of moreWithEOO() with break

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • Fully Compatible

      There are a handful of loops that use moreWithEOO() and then immediately break at the top of the loop body if the current BSONElement is eoo(). These can be refactored to simply use more() without the conditional break in the loop body.

            Assignee:
            evan.bergeron@mongodb.com Evan Bergeron
            Reporter:
            evan.bergeron@mongodb.com Evan Bergeron
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: