Need to check for a valid scanner (filepath) in
|
Scanner input = getScannerForFile(filePath); |
(Points after this assume the
scanner is non-Null).
Check conditions that can cause the scanner to be null (file moved or renamed or path changed while running maybe?)
Need to check for a valid scanner (filepath) in
JLS/src/jls/JLSStart.java
Line 1131 in c27b54d
scanneris non-Null).Check conditions that can cause the
scannerto benull(file moved or renamed or path changed while running maybe?)