Here is the info that I should have posted the first time 'round.

Emacs: GNU Emacs 23.1.50.1 (x86_64-apple-darwin10.0.0, NS apple-appkit-1038.11)
JDEE: 2.4.0 [release]
CEDET: 1.0pre6

Related to javadoc:
 would you agree that it would be better if JDEE generated annotations like so:
>        * @param t a {...@code Map} value

instead of
>        * @param t a <code>Map</code> value


IMHO,
the html-style comments look a little anachronistic.
on a more practical note, html-style 'link's are not 'fontified' with the 
'jde-java-font-lock-javadoc-face' - or is this a quirk of my setup?


FWIW, my Map is actually a "Map<Thread, StackTraceElement[]>" - html around 
generics doesn't seem an attractive prospect:
>        * @param t a {...@code Map<Thread, StackTraceElement[]>} value


Livin Stephen Sharma



On Jan 19, 2010, at 02:18:09 , Paul Landes wrote:

> What version of JDEE, Emacs and CEDET are you using?
> 
> 
> On Jan 17, 2010, at 10:48 PM, Livin Stephen Sharma wrote:
> 
>> 
>> jde-javadoc-autodoc seems to not be able to 'see' generic params.
>> 
>> I find that jde-javadoc-autodoc does not parse method parameters if they are 
>> 'generic': it simply does not generate '@param' annotations for declaration 
>> like this
>>> public void foo(final Map<Bar, Baz[]> qux) { ... }
>> 
>> Is this a known issue?
>> 
>> 
>> Livin Stephen Sharma
>> [email protected]
>> 
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> Throughout its 18-year history, RSA Conference consistently attracts the
>> world's best and brightest in the field, creating opportunities for 
>> Conference
>> attendees to learn about information security's most important issues through
>> interactions with peers, luminaries and emerging and established companies.
>> http://p.sf.net/sfu/rsaconf-dev2dev
>> _______________________________________________
>> jdee-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/jdee-users
> 

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to