Hi,
I created a small packaged called jde-lint.el that provides an interface
between JDEE (http://jdee.sunsite.dk/), and Lint4j (http://www.jutils.com/).
Lint4j ("Lint for Java") is a static Java source code analyzer that detects
locking and threading issues, performance and scalability problems, and checks
complex contracts such as Java serialization by performing type, data flow, and
lock graph analysis.
This package uses the information from your JDE project (sourcepath, classpath
and package name) to run the lint4j tool and present the result in a
compilation buffer.
You can get it at: http://home.nc.rr.com/nascifandelaine/emacs.html
Regards,
Nascif
PS: Paul, what would you recommend as the best way to keep links for
contributed packages like this one? Is it OK to add a new page under the JDEE
page in the Emacs Wiki? I think it would be better to have it all under the
official JDEE page but using the EmacsWiki decentralize the efforts.