Apache NetBeans version
Apache NetBeans 30
What happened
Code completion is greatly reduced under some circumstances in java application project using Java platform 1.8.
Language / Project Type / NetBeans Component
Java with Ant
How to reproduce
For example, for class javax.net.SocketFactory:
- Typing "Socket" and invoking code completion provides the full result:
- However, if you type "SocketFa" and then invoke code completion, the result is just the
Unsafe class:
It happens only when using Java platform 1.8 (distribution is "zulu8.90.0.19-ca-jdk8.0.472-linux_x64").
With JDK 11, 21, 25 and 26, the behavior is OK:
Did this work correctly in an earlier version?
Apache NetBeans 29
Operating System
Ubuntu 24.04
JDK
JDK 26 bundled with NetBeans
Apache NetBeans packaging
Community provided installer
Anything else
No response
Are you willing to submit a pull request?
No
Apache NetBeans version
Apache NetBeans 30
What happened
Code completion is greatly reduced under some circumstances in java application project using Java platform 1.8.
Language / Project Type / NetBeans Component
Java with Ant
How to reproduce
For example, for class
javax.net.SocketFactory:Unsafeclass:It happens only when using Java platform 1.8 (distribution is "zulu8.90.0.19-ca-jdk8.0.472-linux_x64").
With JDK 11, 21, 25 and 26, the behavior is OK:
Did this work correctly in an earlier version?
Apache NetBeans 29
Operating System
Ubuntu 24.04
JDK
JDK 26 bundled with NetBeans
Apache NetBeans packaging
Community provided installer
Anything else
No response
Are you willing to submit a pull request?
No