Modify ↓
Opened 16 years ago
Closed 16 years ago
#1636 closed defect (fixed)
[PATCH] Fix NPE when invoking JOSM with arg '--help'.
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Handle '--help', '-?' and '-h' arguments early so that there is no need for conditionally creating a splash screen (which later leads to a NullPointerException in case of '--help').
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | 0001-Fix-NPE-when-invoking-JOSM-with-arg-help.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied in r1034.