> -----Original Message----- > From: Johnny Cass [mailto:[EMAIL PROTECTED]]
> Stephane Bailliez wrote: > > Changes: > > - Convert all sources to Turbine coding style (brackets) > > - Added missing if/else/for/while block > > - a couple of import cleanup. > > - Fix copyright year from 2001 to 2002. > > Hi Stephane, > > Are you using some kind of script to do all of this? I would > very much like to do the same for one of our projects. - WebGain QA (audit part) for missing if/else/for/while blocks and potentially cleanup imports. (I use the Ant task I wrote for Metamata Audit - see optional.jar - since it is a former Metamata product). Unfortunately the product is no more available as a standalone download and you now have to fully download Webgain Studio (something like 400MB). I try to use it weekly on Ant along with metrics and JProbe Coverage to get a taste of Ant code (all these are Ant tasks of course :). See: http://icarus.apache.org/~sbailliez/jakarta-ant/audit/ http://icarus.apache.org/~sbailliez/jakarta-ant/metrics/ http://icarus.apache.org/~sbailliez/jakarta-ant/coverage/ - IntelliJ IDEA to reformat all the code to a given layout, clean up imports and reorder them. ( get your hands on Ariadna: http://www.intellij.com/eap/ ) - my fingers for copyright fix :o) NB: Stefan Bodewig did a quick script to check for this. It might be useful (warning it's Ant specific as it excludes the proposal directory but that's a minor change). http://marc.theaimsgroup.com/?l=ant-dev&m=101367946703300&w=2 Cheers, Stephane -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
