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 83762

Summary: Replace all Throwable.printStackTrace() with ErrorManager.notify()
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Martin Entlicher 2006-08-30 11:05:07 UTC
All occurrences of Throwable.printStackTrace() should be replaced with
ErrorManager.notify().
Comment 1 Martin Entlicher 2013-01-17 14:15:12 UTC
Fixed by changeset:   244613:44c85914671d
http://hg.netbeans.org/core-main/rev/44c85914671d
Comment 2 Quality Engineering 2013-01-18 02:50:24 UTC
Integrated into 'main-golden', will be available in build *201301180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/44c85914671d
User: mentlicher@netbeans.org
Log: #83762: Throwable.printStackTrace() replaced by ErrorManager.notify()