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 193166 - [70cat] java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key HINT_project
Summary: [70cat] java.util.MissingResourceException: Can't find resource for bundle or...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 15:30 UTC by mstarnacki
Modified: 2010-12-10 06:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164703


Attachments
stacktrace (7.63 KB, text/plain)
2010-12-09 15:30 UTC, mstarnacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mstarnacki 2010-12-09 15:30:23 UTC
This issue was reported manually by vv159170.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build 201011150001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
mstarnacki: I had created new C++ project and then added New C Source File(I selected in Name and Location step "Browse folder"). After that I have had this issue. I saw that I selected Source Files->New C source File(Folder input field is empty)

GUEST: Create a new c++ class




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key HINT_project
   at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
   at java.util.ResourceBundle.getString(ResourceBundle.java:334)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:637)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:731)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:653)
   at org.netbeans.modules.cnd.editor.filecreation.PhysicalView$GroupNode.getShortDescription(PhysicalView.java:217)
Comment 1 mstarnacki 2010-12-09 15:30:27 UTC
Created attachment 103875 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2010-12-09 15:49:17 UTC
http://hg.netbeans.org/cnd-main/rev/82b1dd1bdd3b
Comment 3 Quality Engineering 2010-12-10 06:21:16 UTC
Integrated into 'main-golden', will be available in build *201012100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/82b1dd1bdd3b
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #193166 -  [70cat] java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key HINT_project