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 159742 - I18N : messages on "Add Class Filter" dialog are not from bundle
Summary: I18N : messages on "Add Class Filter" dialog are not from bundle
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-03-06 04:14 UTC by Masaki Katakai
Modified: 2009-03-19 04:35 UTC (History)
1 user (show)

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 Masaki Katakai 2009-03-06 04:14:16 UTC
It seems that "Class" and dialog title "Add Class Filter" for options
are not defined in Bundle.properties.

org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelStepFilters.java:

        NotifyDescriptor.InputLine nd = new NotifyDescriptor.InputLine("Class", "Add Class Filter");
Comment 1 Martin Entlicher 2009-03-10 16:14:56 UTC
IMHO it'd be best to create an editable field after "Add". After that we could remove the dialog and the two messages.
Comment 2 Martin Entlicher 2009-03-11 21:13:30 UTC
The messages were removed together with the dialog in changeset:   119803:040101aeade3
http://hg.netbeans.org/main/rev/040101aeade3
Comment 3 Quality Engineering 2009-03-18 22:49:07 UTC
Integrated into 'main-golden', will be available in build *200903181604* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/040101aeade3
User: mentlicher@netbeans.org
Log: #159742 - Class Filters options rewritten to be based on a JTable to be able to edit class names in-place. This allows us to remove the Add dialog with the hard-coded title. Assure that Add/Remove buttons are disabled until cell editing is finished to prevent from internal inconsistencies.
Comment 4 Masaki Katakai 2009-03-19 04:35:10 UTC
Thank you! I verified these messages are no longer necessary. Marked as VERIFIED on 200903181604.