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 28990

Summary: ErrorManager.notify(Throwable) a no-op
Product: platform Reporter: mslama <mslama>
Component: -- Other --Assignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker CC: issues, jglick, pnejedly
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 30947    
Bug Blocks: 24056    

Description mslama 2002-11-25 13:51:38 UTC
I run eg. Set Project Main Class action - NPE is
thrown at constructor of PropertyEditor but there
is no message (console, ide.log) that something
wrong happened. It is really annoying because it
hides another problems.
Comment 1 mslama 2002-11-26 08:41:21 UTC
ErrorManager.notify(ex) does not do anything now because it translates
to notify(UNKNOWN,ex) and default min severity is now 2.
Comment 2 Jesse Glick 2002-11-26 22:55:09 UTC
Yes, I know about it, already have patch (just did not get around to
committing it because I was traveling). Has nothing to do with RP as
such. Any use of ErrorManager.notify(Throwable) is broken.
Comment 3 David Konecny 2002-11-28 09:45:11 UTC
*** Issue 29066 has been marked as a duplicate of this issue. ***
Comment 4 Jesse Glick 2002-11-28 14:51:44 UTC
committed     Up-To-Date  1.21       
openide/src/org/openide/ErrorManager.java
Comment 5 Marian Mirilovic 2004-03-15 15:21:09 UTC
fixed long time ago.....
...verified....
reopen if disagree