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 43488 - IOManager creates I/O tabs w/ hardcoded strings
Summary: IOManager creates I/O tabs w/ hardcoded strings
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-05-19 01:04 UTC by Jesse Glick
Modified: 2010-04-29 09:17 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 Jesse Glick 2004-05-19 01:04:52 UTC
The constructor for IOManager calls:

InputOutput debuggerIO =
IOProvider.getDefault().getIO("DebuggerManager
Console", true);

Looks like an I18N violation to me.

BTW when are you going to get rid of the Process
Output tab which doesn't do anything any more?
Should just be commented out for now.
Comment 1 Maros Sandor 2004-05-21 12:44:11 UTC
Fixed i18n and removed Process output tab.

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/Bundle.
properties,v  <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/IOManag
er.java,v  <--  IOManager.java
new revision: 1.5; previous revision: 1.4
Comment 2 Quality Engineering 2010-04-29 09:17:38 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.