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 253885 - java.util.MissingResourceException exception instead of "Pinned Tab" window
Summary: java.util.MissingResourceException exception instead of "Pinned Tab" window
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-28 08:44 UTC by soldatov
Modified: 2015-08-03 12:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218813


Attachments
stacktrace (4.11 KB, text/plain)
2015-07-28 08:45 UTC, soldatov
Details
stacktrace (4.05 KB, text/plain)
2015-07-31 21:15 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2015-07-28 08:44:59 UTC
Build: NetBeans IDE Dev (Build 201507280002)
VM: Java HotSpot(TM) Client VM, 24.85-b06, Java(TM) SE Runtime Environment, 1.7.0_85-b15
OS: SunOS

User Comments:
soldatov: exception instead of "Pinned Tab" window




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key PinPanel.envField.toolTipText
   at java.util.ResourceBundle.getObject(ResourceBundle.java:395)
   at java.util.ResourceBundle.getString(ResourceBundle.java:355)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.terminal.PinPanel.initComponents(PinPanel.java:113)
   at org.netbeans.modules.terminal.PinPanel.<init>(PinPanel.java:63)
   at org.netbeans.modules.terminal.actions.PinTabAction.performAction(PinTabAction.java:103)
Comment 1 soldatov 2015-07-28 08:45:01 UTC
Created attachment 154966 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2015-07-31 21:15:07 UTC
Created attachment 155102 [details]
stacktrace

selected PinTab
Comment 3 ilia 2015-08-03 10:44:44 UTC
Fixed, see https://netbeans.org/bugzilla/show_bug.cgi?id=253693