Menu

#12 'jde-javadoc-autodoc' does not work for methods with generic

open
nobody
None
5
2014-02-09
2010-01-22
lss
No

>>> 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?

First, a question: I submitted a bug-report using jde's jde-submit-problem-report menu item. I don't know where that's gone since I can't see it anywhere on jdee.sourceforge.
In any case, I'm simply posting [below] the email-chain about this.

emacs: 23.1.50.1
jdee: 2.4.0.0 [and 2.4.0.1]
cedet: 1.0pre6

On Jan 22, 2010, at 09:00:07 , Paul Landes wrote:

> I agree. Livin, will you please submit a bug on
> https://sourceforge.net/projects/jdee/ for this?
>
> Thanks.
>
>
> On Jan 18, 2010, at 6:06 PM, Len Trigg wrote:
>
>> On Mon, Jan 18, 2010 at 5:48 PM, Livin Stephen Sharma
>> <livin.step...@gmail.com> 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?
>>
>> During the 2.4.1 development we would like to focus on getting support
>> for 1.5 working well. It would probably be good to start tracking
>> issues like this on the sourceforge bug tracker so we can build up a
>> picture of how far we have left to go.
>>
>> Cheers,
>> Len.
>>
>> -

Discussion


Log in to post a comment.