12 Jan, 2007
Java Code Style and some Handy Plugins for Eclipse
Posted by: Stephen Downey In: CPD| CheckStyle| Eclipse| JDepend| Metrics| coding conventions| java| plugins| style
Here are some handy plugins for Eclipse that I came across via an IBM Developerworks article by Paul Duvall.
CheckStyle: For coding standardsPMD's CPD: Enables discovering code duplicationCoverlipse: Measures code coverageJDepend: Provides dependency analysisEclipse Metrics plugin: Effectively spots complexity
I have used the Checkstyle plugin for a few years now and found it extremely useful. In [...]