At 02:01 PM 12/6/00 -0500, Jason Stell wrote:
Thanks, Jason. The next release will include your fix.

- Paul

>Using jde-2.2.6beta3, I've been having some problems recently with
>functions that use (jde-wiz-get-package-name), particularly in classes
>with a statement something like the following
>
>     ResourceBundle bundle = ResourceBundle.getBundle
>(Blah.class.getPackage ().getName () + ".resources.blah");
>
>The function in question returns "().getName () + \".resources.blah\")"
>-- definitely not what I want... so I tweaked the
>jde-wiz-get-package-name definition in my local copy of jde-wiz.el to
>use the regex "^[ \t]*package[ \t]+\\(.*\\)[ \t]*;" instead of "package[
>\t]+\\(.*\\)[ \t]*;"  for finding the package statement and this seems
>to alleviate the problem in my particular case.
>
>I suspect that some of the other regex's are candidates for a similar
>revision: for instance, finding import statements.... I'm not sure if my
>fix is the most appropriate way to address the problem, but I did want
>to bring it up so that it might be officially addressed in a future
>release.
>
>Cheers!
>Jason
>
>
>
>
>
>Attachment Converted: "g:\eudora\attach\jason7.vcf"
>

Reply via email to