No generic type parameter support in javadoc view??

when i press ctrl-q in a generified class (eg. java.util.Map) like below:
......

  • * @param <K> the type of keys maintained by this map

  • @param <V> the type of mapped values*

*

  • @since 1.2

*/
public interface Map<K,V> {
.......
IDEA leaches the docs for parameter K and V.
Why that? thanks

0
5 comments
Avatar
Sascha Weinreuter
0

Hi,

The link is broken. I have the same issue. Where go, what do? :)

Best regards,
KOFLER David

0

Hello David,

Can you please share the screenshot of the issue? Please follow the issue that seems to be related: https://youtrack.jetbrains.com/issue/IDEA-147722. Thank you. 

0

Hi,

Attached. Javadoc shows Stream of T with map Function of R which should be replaced by T = WsDocument and R = Integer.

Best regards

0

David, thank you for clarification. Please follow the comments on duplicated issues:

https://youtrack.jetbrains.com/issue/IDEA-181038;

https://youtrack.jetbrains.com/issue/IDEA-190395

You may use "Expression type" action (Ctrl+Shift+P shortcut by default) to see the inferred type.

0

Please sign in to leave a comment.