eclipse-jdt / eclipse-jdt/eclipse.jdt.ui

Javadoc: Missing links with @see to method with varargs

Open
#1,438 0 comments 0 reactions 1 assignee Claimed by @jjohnstn View on GitHub
bug
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:

![image](https://github.com/eclipse-jdt/eclipse.jdt.ui/assets/51790620/396e9934-d614-457b-8f7e-7e13fa73b594)
![image](https://github.com/eclipse-jdt/eclipse.jdt.ui/assets/51790620/dcbd8033-d361-4095-a163-63cff9323fef)

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

![image](https://github.com/eclipse-jdt/eclipse.jdt.ui/assets/51790620/e61dede1-717e-4440-a369-568a8b7e6319)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.