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 21152

Summary: I18N - Class Closure exceptions need localizable messages
Product: obsolete Reporter: Jeri Lockhart <jeri>
Component: classclosureAssignee: issues@obsolete <issues>
Status: CLOSED FIXED    
Severity: blocker Keywords: I18N
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jeri Lockhart 2002-03-04 18:14:34 UTC
ClassClosureExceptions thrown by the ClassClosure class need to use messages
that can be localized because the user is being notified of these exceptions
using the message strings.

At the same time that these strings are put into bundles, the quality of the
messages should be improved to be more helpful to end users.

For example:
change "Unable to locate a FileObject matching this package name"
to:  File folder could not be located in the mounted filesystems.
(Because end users may not know what a FileObject is.)
Comment 1 Michael Ottati 2002-05-04 06:59:08 UTC
Messages have been changed to come from a local bundle.
Comment 2 Ken Frank 2002-09-03 19:30:34 UTC
verified and closed
Comment 3 Jesse Glick 2002-12-23 16:36:36 UTC
Consistent use of the I18N keyword.