Обложка канала

Java articles

Channel providing you with the Java and software development industry related content #java #jvm #kotlin #groovy #scala #news #articles

Java articles

7 лет назад
Открыть в
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