Welcome! Please see the About page for a little more info on how this works.

0 votes
in Errors by

Current:

user=> ((do nil)) Evaluation error at user/eval4 (NO_SOURCE_FILE:3). NullPointerException null

After patch:

user=> ((do nil)) Evaluation error at user/eval4 (NO_SOURCE_FILE:3). NullPointerException

Patch: 0001-CLJ-2420-ignore-null-Exception-message-v2.patch

Prescreened by: Alex Miller

2 Answers

0 votes
by

Comment made by: alexmiller

I think you can remove the first change in the diff - if it's a CompilerException, the message will never be null.

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-2402 (reported by bronsa)
...