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 262302 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_Customizer_Ok_Option
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-02 08:59 UTC by Vladimir Voskresensky
Modified: 2016-06-02 10:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224325


Attachments
stacktrace (1.87 KB, text/plain)
2016-06-02 08:59 UTC, Vladimir Voskresensky
Details
stacktrace (1.87 KB, text/plain)
2016-06-02 09:05 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2016-06-02 08:59:21 UTC
Build: NetBeans IDE Dev (Build 20160601-477eb144e6d9)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
vv159170: ask C++ Project properties




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_Customizer_Ok_Option
   at java.util.ResourceBundle.getObject(ResourceBundle.java:450)
   at java.util.ResourceBundle.getString(ResourceBundle.java:407)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.cnd.makeproject.ui.MakeCustomizerProviderImpl.showCustomizerWorker(MakeCustomizerProviderImpl.java:164)
   at org.netbeans.modules.cnd.makeproject.ui.MakeCustomizerProviderImpl.showCustomizer(MakeCustomizerProviderImpl.java:143)
   at org.netbeans.modules.cnd.makeproject.ui.MakeCustomizerProviderImpl.showCustomizer(MakeCustomizerProviderImpl.java:122)
Comment 1 Vladimir Voskresensky 2016-06-02 08:59:24 UTC
Created attachment 159941 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2016-06-02 09:03:11 UTC
Impossible to display project properties
Comment 3 Vladimir Voskresensky 2016-06-02 09:05:04 UTC
Created attachment 159942 [details]
stacktrace

Project properties
Comment 4 Alexander Simon 2016-06-02 09:51:15 UTC
fixed as a part of change set:
http://hg.netbeans.org/cnd-main/rev/6ce36b892c29
Comment 5 Vladimir Voskresensky 2016-06-02 10:23:07 UTC
thanks.