Tracker: Patches

5 Fix completion to support generics - ID: 1861475
Last Update: Comment added ( lenbok )

Ke Lu [lu@luxdo.jp]:

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


Paul Kinnucan ( pkinnucan ) - 2007-12-31 10:34:05 PST

5

Closed

Accepted

Nobody/Anonymous

None

None

Public


Comments ( 6 )

Date: 2009-07-29 15:17:02 PDT
Sender: lenbokProject Admin

Applied on 2.4.0 branch. Please update and test.


Date: 2009-06-17 03:07:17 PDT
Sender: nobody

No problems found in my installation (2.3.6) with that patch also.


Date: 2009-02-25 22:50:03 PST
Sender: nobody

Works for Anonymous too; can this wonderful patch be added please?


Date: 2009-02-13 02:51:42 PST
Sender: michells

Good addition, works for me too.


Date: 2009-02-13 02:51:10 PST
Sender: michells

Good addition, works for me too.


Date: 2008-10-07 03:16:12 PDT
Sender: jwickers

This works for me so far, any change to have it included ?


Attached File ( 1 )

Filename Description Download
jde-parse.el Patched file Download

Changes ( 5 )

Field Old Value Date By
status_id Open 2009-07-29 15:17:02 PDT lenbok
resolution_id None 2009-07-29 15:17:02 PDT lenbok
allow_comments 1 2009-07-29 15:17:02 PDT lenbok
close_date - 2009-07-29 15:17:02 PDT lenbok
File Added 260308: jde-parse.el 2007-12-31 10:34:08 PST pkinnucan