Re: api-docs with java5

Ernst Reissner <[email protected]> Wed, 06 Sep 2006 10:04:06 +0200
Newsgroups gmane.emacs.jdee
Message-ID <[email protected]>
Hi Curtis,
> I've also noticed that syntax highlighting and code-completion 
> doesn't work with generics either.  For example, if I do something like:
>
> List<String> myList = new ArrayList<String>();
>
> and then I try to do code completion with looking up the available 
> methods for myList (for example, in making an iterator) by typing 
> "myList." and then C-c C-v C-. which doesn't work.  However, when I 
> remove the generics (removing <String> everywhere), code completion 
> works again.
>
> Just wanted to see if this is a known problem (or if I'm just doing 
> something wrong).
at least I have the same problem, yes.