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 35238 - Some debug code left in DebuggerWindow
Summary: Some debug code left in DebuggerWindow
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-01 18:24 UTC by _ gordonp
Modified: 2003-10-16 15:33 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 _ gordonp 2003-08-01 18:24:32 UTC
Lines 916 and 919 of the release35R version of the
file support/nodes/DebuggerWindow.java are both
System.out.println and are sending this output to
stdout.

Please remove for EA!
Comment 1 Maros Sandor 2003-08-04 09:46:33 UTC
Removed the two system.outs

/cvs/debuggercore/src/org/netbeans/modules/debugger/support
/nodes/DebuggerWindow.java,v  <--  DebuggerWindow.java
new revision: 1.38.8.3; previous revision: 1.38.8.2
Comment 2 Milan Kubec 2003-09-04 12:21:26 UTC
Verified.