apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.69k stars 853 forks source link

Real parameter names are not displayed in JavaDoc hint for JDK 8 projects #4188

Open PetrMiksik opened 2 years ago

PetrMiksik commented 2 years ago

Apache NetBeans version

Apache NetBeans 13

What happened

Parameter names are not parsed properly from JavaDoc in some classes. Instead of real names, generated shortcuts are displayed.

How to reproduce

Set JDK 8 as platform for the project. JavaHintParams

Did this work correctly in an earlier version?

Apache NetBeans 12.3 or earlier

Operating System

Windows 10, Ubuntu 18.04

JDK

JDK 11

Apache NetBeans packaging

Apache NetBeans provided installer

Anything else

No response

Are you willing to submit a pull request?

No

Code of Conduct

Yes

mbien commented 2 years ago

seems to only happen in projects using JDK 8. Updated the issue a bit.