Archives » March, 2007

Java project feedback with Glean

I’ve written a small framework of Ant scripts, that I call Glean, that drive a set of open-source tools to generate source code analysis, documentation and metrics for Java projects. It’s available for download, and distributed under an MIT License.
For starters, I have scripts packaged to drive a number of tools that can give you […]

Read: Java project feedback with Glean

Filtering out Javadoc tag warnings

Javadoc is an amazing tool. It’s hard to imagine dealing with the Java libraries, let alone any other component or project API, without it. One thing that’s annoying, though, is that it is chatty, and it is hard to tell it “do your job, and don’t tell me all of the things you want to […]

Read: Filtering out Javadoc tag warnings