cpater / iDontCare

a java agent that turns a java.lang.NullPointerException in what it really means.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iDontCare

a java agent that turns a java.lang.NullPointerException in what it really means.

Test with:

java -javaagent:iDontCare-0.1.jar -jar iDontCare-0.1.jar

And you will see:

Exception in thread "main" rocks.nullpointer.IDontCareException: Meh. I don't care about breaking your code by null. at Main.main(Main.java:3)

About

a java agent that turns a java.lang.NullPointerException in what it really means.

License:MIT License


Languages

Language:Java 100.0%