code review
review tool software inspection
code review tool blog site map contact us
Sales/Support: (978) 236-7860
Free book about peer code review
Free webinars about code review

It's by far the easiest way to implement code review.

Tully Edson
Technical Lead
Keynote
read more

Why you should care about Null Pointer Exceptions

8% of all customer-delivered defects traced back to NULL

In a survey of issues reported in the Sun Java and Mozilla FireFox on-line bug databases, 8% of all issues contained the word "NullPointerException" or the word "NPE." In other words, errant NULL pointers were either directly responsible or indirectly involved in a huge number of cases.

NullSafe identifies all possible locations in your code where an NPE is possible. How wonderful would it be if you could reduce your defect count by 8% just by installing a tool?

...more coming later...

Hopefully the benefits of not having NullPointerExceptions are obvious!