Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.3-next-M2
-
None
-
None
Description
DataModel can not return next element, the condition shoud be reversed.
public E next() { if (hasNext()) { throw new NoSuchElementException("Couldn't find any element in DataModel at index " + nextRowIndex); } ... }