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
begin:vcard
n:Stell;Jason
tel;pager:800-724-3329 PIN 382-8028
tel;work:(703) 471-2529
x-mozilla-html:FALSE
url:http://www.intelixinc.com
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Consultant (Intelix, Inc.)
fn:Jason Stell
end:vcard