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 169309 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACTION_compile.single
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords:
: 175224 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-28 12:11 UTC by kovica
Modified: 2009-11-18 16:10 UTC (History)
15 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 154341


Attachments
stacktrace (2.75 KB, text/plain)
2009-07-28 12:11 UTC, kovica
Details
java.util.MissingResourceException (2.44 KB, text/plain)
2009-11-18 16:10 UTC, diego_lara
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kovica 2009-07-28 12:11:50 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-11-generic, amd64

User Comments:
kovica: Steps:
- create new Java Application project
- add a package (com.emg.system.util for example)
- add a main class to that package (Service for example)
- compile



Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACTION_compile.single
        at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
        at java.util.ResourceBundle.getString(ResourceBundle.java:344)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:631)
        at org.netbeans.modules.java.j2seproject.J2SEActionProvider.invokeAction(J2SEActionProvider.java:519)
        at org.netbeans.modules.groovy.support.LookupMergerSupport$MergedActionProvider.invokeAction(LookupMergerSupport.java:111)
        at org.netbeans.modules.project.ui.actions.FileCommandAction.actionPerformed(FileCommandAction.java:96)
Comment 1 kovica 2009-07-28 12:11:59 UTC
Created attachment 85320 [details]
stacktrace
Comment 2 kovica 2009-07-28 12:25:07 UTC
I have to point out that Compile on Save is enabled and I pressed F9 to compile to class.
Comment 3 Jan Jancura 2009-07-28 13:22:38 UTC
fixed in $7f7aefeba362$
Comment 4 Quality Engineering 2009-07-29 06:03:36 UTC
Integrated into 'main-golden', will be available in build *200907290201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7f7aefeba362
User: Jan Jancura <jjancura@netbeans.org>
Log: #169309: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle, key ACTION_compile.single
Comment 5 Jan Lahoda 2009-10-26 10:10:49 UTC
*** Issue 175224 has been marked as a duplicate of this issue. ***
Comment 6 diego_lara 2009-11-18 16:10:35 UTC
Created attachment 91297 [details]
java.util.MissingResourceException