Skip to content

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

License

Notifications You must be signed in to change notification settings

cpater/iDontCare

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages