-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
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.