-
Notifications
You must be signed in to change notification settings - Fork 917
Closed
Labels
kind:bugBug report or fixBug report or fixneeds:triageRequires attention from one of the committersRequires attention from one of the committers
Description
Apache NetBeans version
Apache NetBeans 15
What happened
OpenJDK Project tests are not correctly resolved and parsed. As a result all tests are missing basic editor support (code completion, error annotations, goto-sources, etc...).
Any breakpoint placed into a test is identified as "outside of class" during debugging.
How to reproduce
- Clone OpenJDK repository from https://github.com/openjdk/jdk.git
- Open project src/java.base in NetBeans
- Open any test from source root "${jdk.root}/test/jdk" in editor
- Try any basic Java editor features (code completion, goto-sources, etc...)
- Put a breakpoint in the test
- Try to "Debug Test File" and watch the breakpoints are refused
Did this work correctly in an earlier version?
No / Don't know
Operating System
masOS Monterey
JDK
JDK 18
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
The problem occurs always and it is not dependent on OS nor JDK version.
Are you willing to submit a pull request?
Yes
Code of Conduct
Yes
Metadata
Metadata
Assignees
Labels
kind:bugBug report or fixBug report or fixneeds:triageRequires attention from one of the committersRequires attention from one of the committers