RE: codestyle checker?

2013-07-16 Thread Donal Lafferty
Subject: RE: codestyle checker? 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 [Donal Lafferty] I'll share anything that I come up with. Try to read

Re: codestyle checker?

2013-07-16 Thread Chip Childers
[mailto:donal.laffe...@citrix.com] Sent: 08 July 2013 10:15 AM To: dev@cloudstack.apache.org Subject: RE: codestyle checker? 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

RE: codestyle checker?

2013-07-08 Thread Donal Lafferty
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 [Donal Lafferty] I'll share anything that I come up with. Try to read and remember the convention and adapt

codestyle checker?

2013-07-05 Thread Donal Lafferty
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? DL