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 70392

Summary: Rename 'Databases > Enable Debug' action
Product: db Reporter: Martin Schovanek <mschovanek>
Component: CodeAssignee: matthias42
Status: RESOLVED FIXED    
Severity: blocker Keywords: PATCH_AVAILABLE
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152816    
Attachments: proposed patch v1

Description Martin Schovanek 2005-12-14 12:28:30 UTC
The 'Enable Debug' wording is litle misleading, in fact it starts a kaind of
logging no debugging. So 'Enabling Logging' will be more accurate.
Comment 1 Jiri Rechtacek 2009-10-16 14:04:46 UTC
Reassigned to new owner.
Comment 2 matthias42 2014-11-18 18:12:14 UTC
Created attachment 150556 [details]
proposed patch v1

The correct way to get debug output is IMHO the logging system. The attached patch removes the "Debug"-Option completely. A normal user does not need it. And if it is needed, it's easy enough to enable logging. To get the old output, just set the logger 

org.netbeans.lib.ddl.impl.AbstractCommand

to fine and the old output is written to the netbeans log file.
Comment 3 matthias42 2015-01-21 22:06:22 UTC
patch committed as: http://hg.netbeans.org/core-main/rev/a5d5a83fcf27
Comment 4 Quality Engineering 2015-01-23 04:06:53 UTC
Integrated into 'main-silver', will be available in build *201501230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a5d5a83fcf27
User: Matthias Blaesing <matthias42@netbeans.org>
Log: #70392: Remove 'Enable Debug' option from databases menu and move to java.util.logging
Comment 5 matthias42 2015-01-25 19:38:37 UTC
Please help with QA - in the nightly build the patch can be tested. Please check if your problem is fixed there. If so, please change the status of this bug to "VERIFIED".