documentation problem JDK5 with jde 2.3.5
Ernst Reissner <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Hello all,
documenting methods in conjunction with methods (possibly also fields)
with Generics does not work properly:
* If the method has a generic return type (as e.g. List<Integer>
myMethod()),
the return type is not recognized:
documentation already present is not recognized,
new documentation is placed in the wrong place and
also wrong documentation (for constructors) is generated
* if the method has a parameter with generic type (as e.g. List
myMethod(List<Integer> list)),
an invalid @param-tag is reported although totally ok.
When a new documentation is generated, the parameter with generic
type is ignored.
Greetings
Ernst