troizet opened a new issue, #9187:
URL: https://github.com/apache/netbeans/issues/9187
### Apache NetBeans version
Apache NetBeans 29 latest release candidate
### What happened
Exception when opening the editor's highlighting settings:
```
java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key
MarkOccurrencesPanel.onOffCheckBox.AccessibleContext.accessibleName
at java.base/java.util.ResourceBundle.getObject(ResourceBundle.java:567)
at java.base/java.util.ResourceBundle.getString(ResourceBundle.java:523)
at org.openide.util.NbBundle.getMessage(NbBundle.java:637)
at
org.netbeans.modules.languages.env.MarkOccurencesPanel.initComponents(MarkOccurencesPanel.java:137)
at
org.netbeans.modules.languages.env.MarkOccurencesPanel.<init>(MarkOccurencesPanel.java:40)
at
org.netbeans.modules.languages.env.MarkOccurencesOptionsPanelController.getPanel(MarkOccurencesOptionsPanelController.java:72)
at
org.netbeans.modules.languages.env.MarkOccurencesOptionsPanelController.isChanged(MarkOccurencesOptionsPanelController.java:57)
at
org.netbeans.modules.options.editor.FolderBasedController.isChanged(FolderBasedController.java:185)
at
org.netbeans.modules.options.TabbedController.isChanged(TabbedController.java:136)
at
org.netbeans.modules.options.CategoryModel$Category.isChanged(CategoryModel.java:402)
at
org.netbeans.modules.options.CategoryModel.isChanged(CategoryModel.java:225)
at
org.netbeans.modules.options.OptionsPanel.isChanged(OptionsPanel.java:323)
at
org.netbeans.modules.options.OptionsDisplayerImpl$1$1.run(OptionsDisplayerImpl.java:234)
at
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at
java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
```
### Language / Project Type / NetBeans Component
Env Files Editor Support
### How to reproduce
Open the highlighting editor settings: Tools -> Options -> Editor ->
Highlighting
### Did this work correctly in an earlier version?
Apache NetBeans 28
### Operating System
Ubuntu 22.04.5 LTS
### JDK
OpenJDK Runtime Environment 21.0.9+10-Ubuntu-122.04
### Apache NetBeans packaging
Apache NetBeans binary zip
### Anything else
_No response_
### Are you willing to submit a pull request?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists