JEP Draft: Add Detailed Message to NullPointerException Describing What is Null Programming errors like NullPointerExceptions would rarely go to production, however, they might be really hard to troubleshoot as by default they don't contain a message. Take a look at this new JEP trying to address this limitation available for years in the JDK. https://openjdk.java.net/jeps/8220715 #jep #java