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 235520 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key CTL_DisplayNameTemplateHtml
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Favorites (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 235580 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-04 16:37 UTC by Tomas Stupka
Modified: 2013-09-06 07:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203584


Attachments
stacktrace (3.89 KB, text/plain)
2013-09-04 16:37 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-09-04 16:37:53 UTC
Build: NetBeans IDE Dev (Build 20130904-4a2865666140)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: switched to favorites




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key CTL_DisplayNameTemplateHtml
   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.openide.util.NbBundle.getMessage(NbBundle.java:736)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:675)
   at org.netbeans.modules.favorites.FavoritesNode$ProjectFilterNode.getHtmlDisplayName(FavoritesNode.java:542)
Comment 1 Tomas Stupka 2013-09-04 16:37:57 UTC
Created attachment 139673 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-09-04 18:52:52 UTC
c'mon, martin, you stole my bundle resources :-)
Comment 3 Ondrej Vrabec 2013-09-04 18:56:15 UTC
fixed: core-main #961a1bc451d1
Comment 4 Quality Engineering 2013-09-06 01:36:24 UTC
Integrated into 'main-silver', will be available in build *201309060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/961a1bc451d1
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #235520 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key CTL_DisplayNameTemplateHtml
Comment 5 Ondrej Vrabec 2013-09-06 07:13:42 UTC
*** Bug 235580 has been marked as a duplicate of this bug. ***