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 62168 - Debug messages do not open Output tab
Summary: Debug messages do not open Output tab
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-08-11 15:57 UTC by Martin Schovanek
Modified: 2005-11-21 10:37 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 Martin Schovanek 2005-08-11 15:57:08 UTC
[#050810, jdk1.4.2, Oracle 9.2]

to reproduce:
-------------
1) right-click Runtime tab > Database Node
2) choose Enable Debug
3) create new Table
ERROR: the Output tab is not opened
4) open Output tab from Window > Output
NOTE: the create table statement is there
Comment 1 Martin Schovanek 2005-10-05 13:58:28 UTC
Added REGRESSION keyword as requested by pblaha.
Comment 2 Andrei Badea 2005-10-25 09:57:45 UTC
Fixed. Unfortunately I don't see how to write an unit test for this, and I think
the regression wasn't caused by changed in the db module.

Checking in AbstractCommand.java;
/cvs/db/libsrc/org/netbeans/lib/ddl/impl/AbstractCommand.java,v  <-- 
AbstractCommand.java
new revision: 1.33; previous revision: 1.32
done
Comment 3 Martin Schovanek 2005-11-21 10:37:25 UTC
VERIFIED