Key Details of The Checker Framework

  • Prevent exceptions and run-time errors in your Java program.
  • Last updated on
  • There have been 9 updates
  • Also available on
  • Virus scan status:

    Clean (it's extremely likely that this software program is clean)


Developer's Description

Prevent exceptions and run-time errors in your Java program.
The Checker Framework enhances Java's type system. This lets software developers detect and prevent errors like null pointer exceptions, unintended side effects, SQL injections, concurrency errors, mistaken equality tests, and other run-time errors that appear during testing or in the field in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.


Explore More