out of curiosity, are there any languages out ther...
# random
d
out of curiosity, are there any languages out there that can detect the cause (which variable) of a null pointer exception and spit it out in the error message?
v
InteliJ can analyze where a certain value has come from.
d
how do i do that?
d
thanks