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 29284 - DataFolderPanel uses ResourceBundle.getBundle
Summary: DataFolderPanel uses ResourceBundle.getBundle
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-12-04 15:26 UTC by Jesse Glick
Modified: 2008-12-22 16:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch implementing fix for this issue (6.89 KB, patch)
2003-03-03 17:05 UTC, _ tboudreau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-12-04 15:26:43 UTC
But it should use NbBundle instead - for branding
purposes, and possibly later on, performance reasons.
Comment 1 Jesse Glick 2002-12-04 15:27:43 UTC
Trung do you feel like doing a full source scan for
ResourceBundle.getBundle? :-) The main problem is that the error is
easy to find but often not so easy to correct, since you have to fix
.form files too.
Comment 2 Marian Mirilovic 2002-12-06 17:08:34 UTC
reassigne to Tim, new owner of property editors.
Comment 3 _ tboudreau 2003-03-03 17:05:44 UTC
Created attachment 9243 [details]
Patch implementing fix for this issue
Comment 4 Jesse Glick 2003-03-03 19:15:37 UTC
Note: preferable generally to use the NbBundle-aware format string in
the prop ed for String in the form editor, so that someone opening the
form in NB will see the (English) strings, which is nicer. But not
critical.
Comment 5 _ tboudreau 2003-09-09 05:07:53 UTC
Fixed.

cvs commit: Examining .
cvs commit: Examining resources
Checking in DataFolderPanel.form;
/cvs/core/src/org/netbeans/beaninfo/editors/DataFolderPanel.form,v  
<--  DataFolderPanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in DataFolderPanel.java;
/cvs/core/src/org/netbeans/beaninfo/editors/DataFolderPanel.java,v  
<--  DataFolderPanel.java
new revision: 1.24; previous revision: 1.23
done
Processing log script arguments...
Mailing the commit message to cvs@core.netbeans.org (from 
tboudreau@netbeans.org
Comment 6 Marian Mirilovic 2004-08-17 08:38:53 UTC
verified