On 30 Oct,2013, at 14:54 , Douglas Campos <qmx(a)qmx.me> wrote:
On Wed, Oct 30, 2013 at 12:54:36PM +0100, Karel Piwko wrote:
> Not only JavaScript. For instance, it would be great to have Maven Checkstyle
> Plugin for Java/Android.
I actually did look on integrating checkstyle on our java projects. And
then I found out it's a regex-based check, so lots of false positives
and some deep annoyances. Just not worth it.
I think you got check style confused with an other tool because it works on an abstract
syntax tree see
http://checkstyle.sourceforge.net/config.html
+1 for enabling check style on java / android projects