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 237616 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_CustomZoom
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: venkatramakkineni
URL:
Keywords:
: 236351 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-24 10:57 UTC by lorthirk
Modified: 2013-12-08 02:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203481


Attachments
stacktrace (5.45 KB, text/plain)
2013-10-24 10:57 UTC, lorthirk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lorthirk 2013-10-24 10:57:22 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 8

User Comments:
GUEST: Options, keymap, "search in shortcuts", type something (eg, TEST) and then try to change the text (backspace), at some point exceptions will take over.

lorthirk: Can't really say what triggered the exception

GUEST: I tried opening the options (Tools>Options) and this problem occured. When I start the program, the first time I open the options, there are no errors. Then, some time after the first time (second, third, fourth, etc.), I get this error. Also, in the options, there is nothing under "Keymap". You only get to see the profile name, but nothing under that.




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_CustomZoom
   at java.util.ResourceBundle.getObject(ResourceBundle.java:395)
   at java.util.ResourceBundle.getString(ResourceBundle.java:355)
   at org.netbeans.modules.plantumlnb.CustomZoomAction.getName(CustomZoomAction.java:143)
   at org.openide.util.actions.SystemAction.getValue(SystemAction.java:174)
   at org.netbeans.modules.options.keymap.LayersBridge$GlobalAction.getDisplayName(LayersBridge.java:885)
   at org.netbeans.modules.options.keymap.KeymapViewModel$ActionsComparator.compare(KeymapViewModel.java:295)
Comment 1 lorthirk 2013-10-24 10:57:24 UTC
Created attachment 141512 [details]
stacktrace
Comment 2 lorthirk 2013-10-24 11:28:18 UTC
Ok, i figured out the steps I took: Options, Keymap, the keymap list is empty. I click ok, then opening Options again triggers the exception.
Comment 3 Svata Dedic 2013-11-01 09:24:23 UTC
the error is caused by action from PlantUML plugin; cc:ing module author.
Comment 4 Svata Dedic 2013-11-01 09:24:59 UTC
*** Bug 236351 has been marked as a duplicate of this bug. ***
Comment 5 venkatramakkineni 2013-11-01 14:40:49 UTC
Please follow this issue on PlantUML NB issue tracker.

https://sourceforge.net/p/plantumlnb/tickets/6/
Comment 6 venkatramakkineni 2013-12-08 02:34:24 UTC
This issue should now be fixed. Please download the latest version ( 1.3 ) of Plantuml-NB plugin.