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
Please sign in to leave a comment.
It's a known problem. See http://www.jetbrains.net/jira/browse/IDEADEV-10130
Hi,
The link is broken. I have the same issue. Where go, what do? :)
Best regards,
KOFLER David
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.
Hi,
Attached. Javadoc shows Stream of T with map Function of R which should be replaced by T = WsDocument and R = Integer.
Best regards
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.