Re: The first step of java 1.5(Re: jde-import-kill-extra-imports not working)
Daniel Clemente <[email protected]> Sat, 13 Dec 2008 00:12:59 +0100
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
poppyer <[email protected]> writes: >> To jdee users. >> >> I have done some change of jde-parse.el to support java 1.5 >> generic. >> Sample: >> >> List<String> list = new ArrayList<String>(); >> list. >> ^ >> M-x jde-complete and it works now >> >> The modified file can be downloaded from: >> http://www.luxdo.jp/~lu/emacs_backup/jde-parse.el >> >> Anybody can do some test and feedback? > > > Cool, works well here. > > P.S. Can you also check with the following, it seems a bug: > > String s; > s. > ^ > If I try to jde-complete here. It comes nothing, and automatically > imports javax.crypto.SunJCE_c.s; > Funny; exactly one year after that, I remember I'm seeing exactly the same bug. I was using JDE-2.3.5.1; maybe I should try the one from the version control system. Daniel