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

Summary: IOManager creates I/O tabs w/ hardcoded strings
Product: debugger Reporter: Jesse Glick <jglick>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker Keywords: I18N
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.