On Fri, Jul 5, 2013 at 9:30 PM, Donal Lafferty <[email protected]>wrote:
> I'd like to clean up my Java so that it matches codestyle ( > http://cloudstack.apache.org/develop/coding-conventions.html). > > Is there a tool that will check / fix my code? > No tool I know of, just nice idea to write one. Some projects have such tools, for example golang has gofmt to format code as per a convention, but even then there are hacks :P Try to read and remember the convention and adapt your coding style to the convention which always works :) Cheers. > > DL > >
