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 - ErrorManager.notify(Throwable) a no-op
Summary: ErrorManager.notify(Throwable) a no-op
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 29066 (view as bug list)
Depends on: 30947
Blocks: 24056
  Show dependency tree
 
Reported: 2002-11-25 13:51 UTC by mslama
Modified: 2008-12-22 23:01 UTC (History)
3 users (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 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