Daniel Clemente | 13 Dec 2008 00:12
Picon
Favicon

Re: The first step of java 1.5(Re: jde-import-kill-extra-imports not working)

poppyer <poppyer <at> gmail.com> 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;
>

(Continue reading)


Gmane