Re: [Acegisecurity-developer] Jalopy?

2007-04-27 Thread Ben Alex
Luke Taylor wrote:
 Hey, I spent ages bringing the errors down a while back :). There are
 only 34 at the moment in core and 12 are due to spaces around
 brackets. If we can get someone to nail the file down to what we want
 the code to look like (e.g. our benevolent dictator, Ben?), then we can
 run from there. At the moment it's just an approximation based on my
 best guesses.

   

The consensus seems to be to change, so I agree entirely. Luke or Ray,
can you take care of this? If we use the present Jalopy rules as a
guide, that should maintain reasonable compatibility with past source
code formatting.

Cheers
Ben

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] Jalopy?

2007-04-20 Thread Luke Taylor
Hi Ray,

I'm against using Jalopy - it's messed up far too much stuff in the past
and really chews up comments and makes it hard to follow the commit log
properly. I think we should use something like checkstyle to monitor the
adherence to code standards and just change stuff that doesn't fit manually.

Checkstyle can also be integrated quite easily with IntelliJ and seems
to work pretty well. It's very configurable. I put a file into the
project a while back, so we just need to make sure it contains the right
constraints (which I'm a bit hazy on :) ).

The maven report also flags stuff up that doesn't match

http://monkeymachine.co.uk/acegisecurity/acegi-security/checkstyle.html

It's a gentler approach than Jalopy. If there's concern that nobody will
bother then (once we get the list of errors down to zero) I can get the
build to mail out a warning when someone commits code that breaks the
standards.

cheers,

Luke.

Ray Krueger wrote:
 I'm putting the finishing touches on Robin's OpenID contribution. I've
 run Jalopy of the code using some busted old IntelliJ plugin a few
 times. It complains about all sorts of stuff at this point, and I was
 wondering...
 
 Is Jalopy dead? It sure looks like it at: http://jalopy.sourceforge.net
 
 Are there other options out there?

 

-- 
 Luke Taylor.  Monkey Machine Ltd.
 PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] Jalopy?

2007-04-20 Thread Luke Taylor

Ray Krueger wrote:
 Yeah, I totally agree.
 Applying Jalopy on the new code works well because it adds all the
 file header stuff. After that though, checkstyle is much more
 effective. Unfortunately we haven't been adhering to the Checkstyle
 requirements from the start. That will take some effort to bring the
 errors down as you've said.
 

Hey, I spent ages bringing the errors down a while back :). There are
only 34 at the moment in core and 12 are due to spaces around
brackets. If we can get someone to nail the file down to what we want
the code to look like (e.g. our benevolent dictator, Ben?), then we can
run from there. At the moment it's just an approximation based on my
best guesses.

cheers,

Luke.

-- 
 Luke Taylor.  Monkey Machine Ltd.
 PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] Jalopy?

2007-04-20 Thread Ray Krueger
It might be worthwhile to consider pruning Jalopy down to where it
only fixes those nagging things that Checkstyle finds (spaces around
brackets and such).

On 4/20/07, Luke Taylor [EMAIL PROTECTED] wrote:

 Ray Krueger wrote:
  Yeah, I totally agree.
  Applying Jalopy on the new code works well because it adds all the
  file header stuff. After that though, checkstyle is much more
  effective. Unfortunately we haven't been adhering to the Checkstyle
  requirements from the start. That will take some effort to bring the
  errors down as you've said.
 

 Hey, I spent ages bringing the errors down a while back :). There are
 only 34 at the moment in core and 12 are due to spaces around
 brackets. If we can get someone to nail the file down to what we want
 the code to look like (e.g. our benevolent dictator, Ben?), then we can
 run from there. At the moment it's just an approximation based on my
 best guesses.

 cheers,

 Luke.

 --
  Luke Taylor.  Monkey Machine Ltd.
  PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Home: http://acegisecurity.org
 Acegisecurity-developer mailing list
 Acegisecurity-developer@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] Jalopy?

2007-04-20 Thread Luke Taylor
Last time I looked, I couldn't work out how to configure it. But if you
can stop it messing with comments and so on that would be very useful.

Ray Krueger wrote:
 It might be worthwhile to consider pruning Jalopy down to where it
 only fixes those nagging things that Checkstyle finds (spaces around
 brackets and such).
 

-- 
 Luke Taylor.  Monkey Machine Ltd.
 PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] Jalopy formatting

2006-11-28 Thread Ben Alex
Scott McCrory wrote:
 I'd vote for disabling formatting of comments.  That's one thing that 
 humans still generally do a better job of managing.
   
I agree, also with Luke's suggestion re throws formatting.

Cheers
Ben

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer