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 - I18N - Class Closure exceptions need localizable messages
Summary: I18N - Class Closure exceptions need localizable messages
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: classclosure (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-03-04 18:14 UTC by Jeri Lockhart
Modified: 2002-12-23 16:36 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 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.