-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b51
-
sparc
-
solaris_9
All the nextBlah methods have an accompanying hasNextBlah method except for nextLine, which needs a hasNextLine method so you can write a program to go through all the lines of a source without having to catch a NoSuchElementException.
There is also a typo in nextLine that says "if no line was not found".
There is also a typo in nextLine that says "if no line was not found".