FindNPE 1.0.0

Add this URL to your Eclipse Installation to reach this Solution's Update Site.
More Info


Categories:
FindNPE is a NPE detection tool for Java/Eclipse that statically identifies potential null pointer dereferences in Java code. FindNPE offers 3 annotations (@NonNull, @CanBeNull and @NonNullByDefault) so that programmers can specify for any variable whether it is allowed/forbidden to be null (design by contract). Thus, NPE detection can be very precise. FindNPE integrates seamlessly into Eclipse's Java compiler (JDT), it is not required to be triggered manually. Thus, the Problems view is actually the main interface of FindNPE to the programmer, reporting any NPE hazards or violations against nullibility contracts stated by annotations. For each reported problem, normally several solution proposals are offered. In a bundle called PingPong, FindNPE is delivered with two other Java tools, which are independent of each other.

Additional Details

  • Version Number: 1.0.0
  • Eclipse Versions: 3.6
  • Organization: JJKPP
  • Date Created: 28/12/2010
  • Date Updated: 04/01/2011
  • Development Status: Beta
  • License: Free for non-commerical use
  • Submitted by: inspat
  • This listing has been installed 1 times in the last 30 days.

Reviews

Add a Review