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 36812 - NbBundle.getMessageFormat()?
Summary: NbBundle.getMessageFormat()?
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-24 02:02 UTC by ivan
Modified: 2009-01-06 14:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivan 2003-10-24 02:02:34 UTC
NbBundle will cache plain text massages.
	
What do you think of adding
MessageFormat NbBungle.getMessageFormat(String
key)
so it also does the calling of new MessageFormat
and cacheing the
result as well?