On Thu, Jul 16, 2009 at 3:16 PM, Henrib<hbies...@gmail.com> wrote: > > Rahul Akolkar wrote: >> >> Build the site (mvn site) and look for the checkstyle report. >> > > Thanks for pointing the 'mvn site' & al. > > It seems the rules for checkstyle predate Java5 code and the maven plugin is > not yet able to deal correctly with generics (ie <module > name="GenericWhitespace"/> ) as I found here > http://jira.codehaus.org/browse/MCHECKSTYLE-105. > Furthermore, I suppose that the maven version we are supposed to use is not > 2.2 (which drops java 1.4 support) which will probably be required for the > "checkstyle 5.0" plugin. > > Anyway, the problem is that each corrected "raw type usage" introduces more > errors on "checkstyle"... > Any suggested course of action or preference? <snip/>
Its always possible to run checkstyle off its jar, but thats not as convenient. I think twiddling the whitespace rules as you've done is just fine here. -Rahul --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org