-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
beta2
-
x86
-
windows_98
Name: skT45625 Date: 08/09/2000
java version
The method getKeys returns an enumeration which
is declared inline.
That enumeration nextElement() will return NULL
when there is no more elements instead of
throwing a NoSuchElementException.
How To Fix:
-1- try/catch NoSuchElementException around nextElement in hasMoreElements()
-2-just before the return in next element: throw exception if returnval and
temp are both NULL.
(Review ID: 108180)
======================================================================