This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271908 - java.util.MissingResourceException: No such bundle org.netbeans.modules.versioning.system.cvss.resources.Bundle
Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.versi...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-12 07:00 UTC by gunawatmahipal
Modified: 2017-12-12 07:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231141


Attachments
stacktrace (1.79 KB, text/plain)
2017-12-12 07:00 UTC, gunawatmahipal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gunawatmahipal 2017-12-12 07:00:18 UTC
This bug was originally marked as duplicate of bug 219776, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201705191307)
VM: OpenJDK 64-Bit Server VM, 25.144-b01, OpenJDK Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
gunawatmahipal: please understand it yourself. I just started and created a javafx new project thats it. I just started to learn




Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.versioning.system.cvss.resources.Bundle
   at org.openide.util.NbBundle.getBundle(NbBundle.java:451)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:383)
   at org.netbeans.modules.options.keymap.LayersBridge.initActions(LayersBridge.java:212)
   at org.netbeans.modules.options.keymap.LayersBridge.initActions(LayersBridge.java:190)
   at org.netbeans.modules.options.keymap.LayersBridge.getActions(LayersBridge.java:158)
   at org.netbeans.modules.options.keymap.KeymapModel$AL.run(KeymapModel.java:203)
Comment 1 gunawatmahipal 2017-12-12 07:00:22 UTC
Created attachment 165556 [details]
stacktrace