From: John A. T. <ja...@ja...> - 2008-05-27 22:26:23
|
On Tue, 27 May 2008, Erik Vos wrote: > I also had a look at Codestyle, but from a superficial glance I concluded > that it does only reporting, > no automatic or on-demand formatting. I doubt if it will add much to what we > can already do with Eclipse > to find simple whitespace differences. I assume you mean Checkstyle? It doesn't correct errors, but the nice thing is it flags them as errors/warnings (as configured), so once the codebase is cleaned up it stays that way. Also, you can configure additional code style guidelines such as variable naming conventions (ie, all-caps constants, camel-case identifiers, etc). -- John A. Tamplin ja...@ja... 770/436-5387 HOME 4116 Manson Ave Smyrna, GA 30082-3723 |