eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
Javadoc: Missing links with @see to method with varargs
- Dominant language
- Java
- Stars
- 59
- Forks
- 127
- Avg merge
- 23h 30m
- Merged PRs (30d)
- 35
Description
for example the constructor of `java.lang.Class.getConstructor(Class...)` contains a
`@see #getDeclaredConstructor(Class[])` but does not show a link to getDeclaredConstructor(Class[]) or the other way around as used in JDK:


jdt only can find links to explicit vargargs reference - but format them wrong (elipses '...' missing):

Contributor guide
Assessment
This issue has not been assessed yet.