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 42761 - MissingResourceException key LAB_description
Summary: MissingResourceException key LAB_description
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2004-05-04 10:55 UTC by Martin Schovanek
Modified: 2006-06-05 00:01 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 Martin Schovanek 2004-05-04 10:55:51 UTC
[Nb build 200405031800, jdk1.4.2]

New > Lifecycle Listener throws:

Annotation: Missing resource from class:
org.openide.util.NbBundle$PBundle
Annotation: Key which was not found: LAB_description
java.util.MissingResourceException: Can't find
resource for bundle
org.openide.util.NbBundle$PBundle, key LAB_description
	at
java.util.ResourceBundle.getObject(ResourceBundle.java:314)
	at
java.util.ResourceBundle.getString(ResourceBundle.java:274)
	at
org.netbeans.modules.web.dd.wizards.ListenerVisualPanel.initComponents(ListenerVisualPanel.java:115)
...
Comment 1 Milan Kuchtiak 2004-05-04 13:21:57 UTC
Fixed.
Comment 2 Martin Schovanek 2006-03-27 11:07:11 UTC
VERIFIED