Thanks!  I hope your enhancement is included in the next JDE!  I also have the 
same issue - deleting the generated get/sets for statics.


Quoting Petter M�hl�n <[EMAIL PROTECTED]>:

> Hi,
> 
> I've been annoyed about one thing with generating the getter/setter methods
> for a while. I usually have private static members in my classes for things
> like loggers that are initialised once and should never be touched or
> accessible from the outside. When running the jde-wiz-get-set-methods
> function, it always adds static getter/setter methods for these static
> members. I have used my meager elisp skills to modify the behaviour by
> including a customisable variable, jde-wiz-get-set-include-static, which if
> false, means that getter/setter methods are not generated for static
> members. The default value is true, meaning that the present behaviour is
> kept.
> 
> It seems to work OK, but maybe somebody with better elisp skills should
> double-check if there is a nicer way to do this. And maybe this is not a
> feature that would interest anybody but me, in which case it should not be
> added. :)
> 
> / Petter

Reply via email to