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

Summary: NbBundle.getMessageFormat()?
Product: platform Reporter: ivan <ivan>
Component: -- Other --Assignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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?