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 121024 - MissingResourceException
Summary: MissingResourceException
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Yang Su
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-11-02 20:02 UTC by Sherry Zhou
Modified: 2007-11-05 18:15 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 Sherry Zhou 2007-11-02 20:02:18 UTC
trunk build 20071102

1. Select attribute in the class element.
2. Open its mulitplicity property.
3. Click at the 3rd column Collection Type. 
-- Get MissingResourceException :

Annotation: Offending classloader: org.netbeans.StandardModule$OneModuleClassLoader@29b849[org.netbeans.modules.uml]
Annotation: Offending classloader: org.netbeans.StandardModule$OneModuleClassLoader@29b849[org.netbeans.modules.uml]
Annotation: Offending classloader: org.netbeans.StandardModule$OneModuleClassLoader@29b849[org.netbeans.modules.uml]
Offending classloader: org.netbeans.StandardModule$OneModuleClassLoader@29b849[org.netbeans.modules.uml]
Offending classloader: org.netbeans.StandardModule$OneModuleClassLoader@29b849[org.netbeans.modules.uml]
Caused: java.util.MissingResourceException: No such bundle org.netbeans.modules.uml.core.metamodel.core.foundation.Bundle
	at org.openide.util.NbBundle.getBundle(NbBundle.java:438)
	at org.openide.util.NbBundle.getBundle(NbBundle.java:386)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
	at org.netbeans.modules.uml.core.metamodel.core.foundation.Element.getPossibleCollectionTypesAsString(Element.java:2315)
Caused: java.lang.reflect.InvocationTargetException
Comment 1 Yang Su 2007-11-02 21:06:03 UTC
There were two localizable strings in the noi18n bundle. Fixed by moving them out to the regular Bundle.properties
Comment 2 Sherry Zhou 2007-11-05 18:15:46 UTC
verified in trunk build 20071105