matthiasblaesing commented on pull request #2635:
URL: https://github.com/apache/netbeans/pull/2635#issuecomment-754860082
This was not tested - I build from source, opened Options, went to Export
and directly got:
```
[exec] Caused: java.util.MissingResourceException: No such bundle
org.netbeans.modules.analysis.ui.resources.Bundle
[exec] at org.openide.util.NbBundle.getBundle(NbBundle.java:426)
[exec] at org.openide.util.NbBundle.getBundle(NbBundle.java:358)
[exec] [catch] at
org.netbeans.core.startup.layers.BinaryFS$AttrImpl.getValue(BinaryFS.java:676)
[exec] at
org.netbeans.core.startup.layers.BinaryFS$BFSBase.getAttribute(BinaryFS.java:506)
[exec] at
org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:918)
[exec] at
org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:851)
[exec] at
org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:914)
[exec] at
org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:851)
[exec] at
org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:772)
[exec] at
org.netbeans.modules.options.export.OptionsExportModel$Category.getItems(OptionsExportModel.java:626)
[exec] at
org.netbeans.modules.options.export.OptionsChooserPanel.createOptionsTreeModel(OptionsChooserPanel.java:431)
[exec] at
org.netbeans.modules.options.export.OptionsChooserPanel.access$700(OptionsChooserPanel.java:72)
[exec] at
org.netbeans.modules.options.export.OptionsChooserPanel$6.run(OptionsChooserPanel.java:339)
[exec] ALL [null]: Offending classloader: SystemClassLoader[445 modules]
[exec] CONFIG [null]: Missing resource from class:
org.netbeans.modules.analysis.ui.resources.Bundle
[exec] SEVERE [global]
[exec] java.lang.AssertionError: Display name of export option item not
defined in layer.
[exec] at
org.netbeans.modules.options.export.OptionsExportModel$Category.getItems(OptionsExportModel.java:627)
[exec] at
org.netbeans.modules.options.export.OptionsChooserPanel.createOptionsTreeModel(OptionsChooserPanel.java:431)
[exec] at
org.netbeans.modules.options.export.OptionsChooserPanel.access$700(OptionsChooserPanel.java:72)
[exec] [catch] at
org.netbeans.modules.options.export.OptionsChooserPanel$6.run(OptionsChooserPanel.java:339)
```
From a quick look the display name was defined in the wrong bundle.
----------------------------------------------------------------
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.
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