Re: Eclipse/Checkstyle errors

2012-09-15 Thread Joseph Bergmark
Which test classes are you getting check style errors in? When I build on the command line I don't see any check style errors: [INFO] --- maven-checkstyle-plugin:2.7:check (verify-style) @ openwebbeans-web --- [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.7:check (verify-style) @ openwebbe

Re: Eclipse/Checkstyle errors

2012-09-15 Thread Thomas Andraschko
It's only in test-classes because the won't be checked by maven. For example -> AbstractUnitTest#addExtension 2012/9/15 Joseph Bergmark > Which test classes are you getting check style errors in? When I > build on the command line I don't see any check style errors: > > [INFO] --- maven-checkst

Re: Eclipse/Checkstyle errors

2012-09-15 Thread Joseph Bergmark
I haven't used the checkstyle plugin for Eclipse, so afraid I can't provide much advice here. Its too bad it doesn't appear to follow the same rules as the maven plugin. Sincerely, Joe On Sat, Sep 15, 2012 at 1:15 PM, Thomas Andraschko wrote: > It's only in test-classes because the won't be ch

Re: Eclipse/Checkstyle errors

2012-09-15 Thread Thomas Andraschko
I use the same rules as the maven plugin, you must just import the settings. The problem is that maven-checkstyle-plugin does not check the test-src but eclipse does (per default). So what do you think? should we fix this errors or should the developers exclude test classes? 2012/9/15 Joseph Berg

Re: Eclipse/Checkstyle errors

2012-09-15 Thread Romain Manni-Bucau
We can filter them http://checkstyle.sourceforge.net/config.html#Filters Le 15 sept. 2012 20:09, "Thomas Andraschko" a écrit : > I use the same rules as the maven plugin, you must just import the > settings. > The problem is that maven-checkstyle-plugin does not check the test-src but > eclipse d

Re: Eclipse/Checkstyle errors

2012-09-15 Thread David Jencks
My opinion as a pretty much completely inactive contributor to OWB is that it would be better to have the test classes follow the same style rules as the main code, but I'm not prepared to help fix it. thanks david jencks On Sep 15, 2012, at 11:09 AM, Thomas Andraschko wrote: > I use the same

Re: Eclipse/Checkstyle errors

2012-09-16 Thread Thomas Andraschko
I would fix it, that's no problem. We also have many compiler warnings because sometimes @Override is used for implemented methods in test classes, which is not compatible to Java 1.5. Could i create tickets for @Override and checkstyle errors in test-classes? I would fix them for 1.1.7. 2012/9/

Re: Eclipse/Checkstyle errors

2012-09-16 Thread Romain Manni-Bucau
for checkstyle fix them if you activate it in mvn build otherwise i fear some of us will not check it (i know i'm part of them) about @Override: do we still target j5? *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/9/16 Thomas Andraschko > I would

Re: Eclipse/Checkstyle errors

2012-09-16 Thread Mark Struberg
g > Cc: > Sent: Sunday, September 16, 2012 12:11 PM > Subject: Re: Eclipse/Checkstyle errors > > I would fix it, that's no problem. > > We also have many compiler warnings because sometimes @Override is used for > implemented methods in test classes, which is not compatib

Re: Eclipse/Checkstyle errors

2012-09-16 Thread Mark Struberg
012 12:15 PM > Subject: Re: Eclipse/Checkstyle errors > > for checkstyle fix them if you activate it in mvn build otherwise i fear > some of us will not check it (i know i'm part of them) > > about @Override: do we still target j5? > > *Romain Manni-Bucau

Re: Eclipse/Checkstyle errors

2012-09-16 Thread Thomas Andraschko
> From: Romain Manni-Bucau > > To: dev@openwebbeans.apache.org > > Cc: > > Sent: Sunday, September 16, 2012 12:15 PM > > Subject: Re: Eclipse/Checkstyle errors > > > > for checkstyle fix them if you activate it in mvn build otherwise i fear > > some of us

Re: Eclipse/Checkstyle errors

2012-09-16 Thread Romain Manni-Bucau
WAS on mainframes. > > Among those are big stock exchanges, banks and a big western defence > pact... > > > > > > > > > > > > - Original Message - > > > From: Romain Manni-Bucau > > > To: dev@openwebbeans.apache.org > > &