Molitor, Stephen writes:
> I'm using JDEE version 2.2.9beta9.1
>
> -----Original Message-----
> From: Molitor, Stephen
> Sent: Tuesday, April 30, 2002 9:13 AM
> To: [EMAIL PROTECTED]
> Subject: jde-wiz-get-set-methods opening brace placement
>
>
> I've noticed that jde-wiz-get-set-methods does not put a space between the
> ')' ending the argument list, and the opening brace of the method. It
> formats it like this:
>
> public void setFoo(int foo){
>
> Notice that there is no space before the opening brace.
>
> Is this on purpose, or an oversight? The get method is formatted with a
> space. There doesn't seem to be a template available, so I hacked my copy
> of jde-wiz.el. (I can send a patch, but basically I just added a space
> before the '{').
I've patched jde-wiz.el to include the space. The patch will be in the next beta
release. Meanwhile, you can get the patched jde-wiz.el from the CVS repository.
- Paul