-
Notifications
You must be signed in to change notification settings - Fork 917
Description
Apache NetBeans version
Apache NetBeans 22
What happened
Opened a project, right-clicked on Dependencies , then "Add Dependency". It opened the dialog to add a new Maven dependency. Clicked on GroupID and started typing. NetBeans locked up.
This is not consistently reproducible, but attempting to add maven dependencies through this dialog causes NetBeans to lock up more often than it succeeds.
Language / Project Type / NetBeans Component
Java / POM Project
How to reproduce
- Open a POM / maven project.
- Right click on "Dependencies" in the project panel
- Click "Add Dependency"
- Start typing a new GroupID in the dialog.
At this point, it will often lock up and you can do nothing except force kill NetBeans and try again.
Did this work correctly in an earlier version?
No / Don't know
Operating System
Windows 10 Professional
JDK
openjdk version 22.0.1 | OpenJDK Runtime Environment (build 22.0.1+8-16) | OpenJDK 64-Bit Server VM (build 22.0.1+8-16, mixed mode, sharing)
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
Problem occurs more than 50% of the time.
Are you willing to submit a pull request?
If it can help? Maybe. But I don't know how to do this.