style checkers and documentation

Can anyone recommend a style checker?I'd also like to find a good tool for generating documentation. I've seen a list of doclets - can anyone recommend one?I'm using Netbeans.
[199 byte] By [CSAngela] at [2007-11-27 2:38:21]
# 1
Netbeans has functionality to reformat code, and generate javadocs, is that what you want? They're under the Source and Build menus respecitvely.
hunter9000a at 2007-7-12 2:59:27 > top of Java-index,Java Essentials,New To Java...
# 2
I'm looking for something that can enforce our style standards.And though javadocs is great, I would prefer a document copy of the output.
CSAngela at 2007-7-12 2:59:27 > top of Java-index,Java Essentials,New To Java...