[patch][cla]avoid null pointer exception in parser on startup
I see this dozens of times in the debugger. Not a huge deal, but thought it should get fixed.
Attachments (1)
-
parser-r5560.patch (1.9 KB) - added by Adam Peller 16 years ago.
-
moved toLowerCase() out of try block to avoid null pointer reference (even threw on Mozilla) Also tried to make a few other expressions more readable
Download all attachments as: .zip
Change History (5)
Summary: |
avoid null pointer exception in parser on startup →
[patch][cla]avoid null pointer exception in parser on startup
|
Owner: |
changed from dylan to sjmiles
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
moved toLowerCase() out of try block to avoid null pointer reference (even threw on Mozilla) Also tried to make a few other expressions more readable