Sample Fo files. Caveats

Download FO samples (~650k)

Unicode TR14 linebreak algorithm and data

XInclude processor

Dependency diagrams (~2M images) for Jakarte commons and the sandbox. Well, sort of.

Shell script generating the images, and XSLT extracting the dependencies form the project.xml files and generating the DOT file. You'll need dot(1) from GraphViz if you want to play with this.

Generic regression test for FOP

FOP regression test file

Sample regression test control file

BCEL based analyzer. Searches through the bytecode in the classpath, recursively following reverences from start classes. References are: method calls, constructors and loading data, including all derived classes from interfaces and other referenced classes.

The main Java file

Sample Config file, contains each in a separate line: the package to analyze, the start function for marking, start classes for searching references (or so)

Style sheet to produce a HTML report about which methods and fields have to weak access control (e.g. public acces but only accessed privately)