Tag archive for ‘checkstyle’
Keeping source code neat without incurring RSI
I believe that good quality code is neat code. To that end I use the Eclipse Checkstyle Plug-in as I mentioned in yesterday’s post. This handy plug-in highlights my coding violations just like they are warnings or errors. The drawback with this approach is that keeping things neat while I am belting out a lot of [...]
Enforcing consistent coding styles with Eclipse and Checkstyle
I use CheckStyle to enforce a consistent coding style on my projects. There are two plug-ins that I know of for Eclipse that will highlight violations while you work on the code. I started out with Marco van Meegan‘s Checkeclipse Plugin, which I will refer to as Checkeclipse. Nowadays I use David Schneider’s Eclipse Checkstyle Plug-in, which I [...]