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 222252 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_WaitNode
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-16 09:05 UTC by marco76
Modified: 2012-11-28 14:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195250


Attachments
stacktrace (9.13 KB, text/plain)
2012-11-16 09:05 UTC, marco76
Details
stacktrace (9.13 KB, text/plain)
2012-11-28 14:11 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco76 2012-11-16 09:05:08 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows 7

User Comments:
marco76: Using refactoring, moving a method from one class to a different one. The error appeared during the loading of the 'To class' field of the 'Move Members' screen.




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_WaitNode
   at java.util.ResourceBundle.getObject(ResourceBundle.java:393)
   at java.util.ResourceBundle.getString(ResourceBundle.java:353)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.refactoring.java.ui.elements.ElementNode$WaitNode.getDisplayName(ElementNode.java:618)
   at org.openide.nodes.Node.toString(Node.java:1313)
   at javax.swing.JComboBox.paramString(JComboBox.java:1568)
Comment 1 marco76 2012-11-16 09:05:10 UTC
Created attachment 127916 [details]
stacktrace
Comment 2 Ralph Ruijs 2012-11-19 09:47:25 UTC
Changeset: 22367083106f
Author:    Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Date:      2012-11-16 12:16
Comment 3 Quality Engineering 2012-11-20 02:39:38 UTC
Integrated into 'main-golden', will be available in build *201211200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/22367083106f
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: Issue #222252 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_WaitNode
Comment 4 marco76 2012-11-28 14:11:30 UTC
Created attachment 128516 [details]
stacktrace