Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boot prints null instead of message for NullPointerExceptions #4

Open
micha opened this issue Mar 18, 2014 · 0 comments
Open

Boot prints null instead of message for NullPointerExceptions #4

micha opened this issue Mar 18, 2014 · 0 comments
Labels

Comments

@micha
Copy link
Member

micha commented 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".

@micha micha added the bug label Mar 18, 2014
@micha micha changed the title Boot prints null instead of exception info for NullPointerExceptions Boot prints null instead of message for NullPointerExceptions Mar 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant