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 186292 - Forgotten debug outputs
Summary: Forgotten debug outputs
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 11:28 UTC by Jan Lahoda
Modified: 2010-05-20 06:15 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 Jan Lahoda 2010-05-18 11:28:40 UTC
In spi.editor.hints/.../HintsUI.java there are two forgotten debug outputs, one System.err.println on line 490 and Thread.dumpStack() on line 538.
Comment 1 Jan Lahoda 2010-05-19 09:59:43 UTC
Peter, do you agree with fixing this in 6.9?

http://hg.netbeans.org/jet-main/rev/1aa5a0a37b8b
Comment 3 Quality Engineering 2010-05-20 04:24:57 UTC
Integrated into 'main-golden', will be available in build *201005191833* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/500c284f0dcc
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #186292: Removing forgotten debug outputs.
(transplanted from 1aa5a0a37b8b525f9907b4c7a32c8acef0a47859)
Comment 4 Quality Engineering 2010-05-20 06:15:32 UTC
Integrated into 'main-golden', will be available in build *201005192201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1aa5a0a37b8b
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #186292: Removing forgotten debug outputs.