-
Bug
-
Resolution: Done
-
Critical
-
6.0.0.Beta5
-
None
Any ValueIterator that extends UpcomingSelectionIterator is broken by design when a nullable variable is used,
because the UpcomingSelectionIterator presumes that a "upcomingSelection == null" means that there's nothing left to select. A null value can be selected before others values, which mean that neither the null or those other values would be selected.