You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boot prints the exception message when running in non-verbose mode (i.e. no :v option). Null pointer exceptions don't have a message, so boot prints just "null", which is confusing.
Boot should check if the message is null or an empty string, and if so it should print the exception type instead of "null".
The text was updated successfully, but these errors were encountered:
micha
changed the title
Boot prints null instead of exception info for NullPointerExceptions
Boot prints null instead of message for NullPointerExceptions
Mar 18, 2014
Boot prints the exception message when running in non-verbose mode (i.e. no
:v
option). Null pointer exceptions don't have a message, so boot prints just "null", which is confusing.Boot should check if the message is null or an empty string, and if so it should print the exception type instead of "null".
The text was updated successfully, but these errors were encountered: