args4j
args4j copied to clipboard
Fallback code in OptionHandler#getMetaVariable(...) needs to use ResourceBundle#containsKey(...)
ResourceBundle#getString(String) never returns null
, so this code in OptionHandler#getMetaVariable(...)
should be changed to use ResourceBundle#containsKey(String).