Source code and tagged source code releases. Continuation of the archived Google Code Project
This code is designed to allow for compile time checking of Java format strings. It can check that the format string is valid, that the proper number of arguments are supplied and that they are of the correct type.
This code is used by SpotBugs aka FindBugs and if offered for use by other tools.
The code for this is derived from the OpenJDK implementation of java.util. Authored by Bill Pugh