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 9093 - Exception thrown when trying to create new bundle from i18n...
Summary: Exception thrown when trying to create new bundle from i18n...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-15 08:55 UTC by vnemec
Modified: 2003-07-01 09:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vnemec 2001-01-15 08:55:01 UTC
1) open internationalization window ("Tools > Internationalize")
2) click "New"

only following exception is thrown - there is missing key in bundle

Mon Jan 15 09:53:22 CET 2001java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key CTL_Template_Name
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key CTL_Template_Name
        at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
        at java.util.ResourceBundle.getString(ResourceBundle.java:354)
        at org.netbeans.modules.i18n.ResourcePanel$ObjectNameInputPanel.<init>
(ResourcePanel.java:375)
        at org.netbeans.modules.i18n.ResourcePanel.instantiateTemplate
(ResourcePanel.java:314)
        at org.netbeans.modules.i18n.ResourcePanel.newButtonActionPerformed
(ResourcePanel.java:234)
        at org.netbeans.modules.i18n.ResourcePanel.access$400
(ResourcePanel.java:47)
[catch] at org.netbeans.modules.i18n.ResourcePanel$5.actionPerformed
(ResourcePanel.java:214)
        at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1450)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed
(AbstractButton.java:1504)
        at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:378)
        at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:250)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased
(BasicButtonListener.java:216)
        at java.awt.Component.processMouseEvent(Component.java:3715)
        at java.awt.Component.processEvent(Component.java:3544)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2593)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:2451)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:914)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
        at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 vnemec 2001-01-15 08:55:59 UTC
[Pilsen]
Comment 2 vnemec 2001-01-15 10:25:59 UTC
also in [main trunk] (dev103)
Comment 3 Peter Zavadsky 2001-01-16 09:00:59 UTC
Fixed [main trunk].
Comment 4 vnemec 2001-01-16 13:21:59 UTC
verified in [main trunk](dev104), [Pilsen](010115_1)
Comment 5 Quality Engineering 2003-07-01 09:53:09 UTC
Resolved for 3.4 or earlier, no new info since then -> closing.