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 51085 - Got NoClassDefFoundError while opening debugger views
Summary: Got NoClassDefFoundError while opening debugger views
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-11-02 15:53 UTC by _ lcincura
Modified: 2006-03-24 09:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack trace (7.34 KB, text/plain)
2004-11-02 15:56 UTC, _ lcincura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2004-11-02 15:53:54 UTC
NetBeans IDE 200411020931 on java 1.5.0_01

I got the error while I was opening debugger views
very fast. I am not able to reproduce.
Comment 1 _ lcincura 2004-11-02 15:56:52 UTC
Created attachment 18677 [details]
Exception stack trace
Comment 2 Martin Entlicher 2005-05-06 11:28:39 UTC
Huh, what's that?!? The class name is corrupted:
org/netbeans/spi/viewmoddl/UmknownTypeException

I grep the debugger sources for 'Umknown' and did not get any hits. This looks
like some very strange nonsense...

The java.lang.NullPointerException seems to be caused by multiple calls to
componentHidden() without preceding componentShowing(). - This is likely a bug
of core. But the API does not talk about whether the methods are called in pairs.
Can be easily fixed in our code.
Comment 3 Martin Entlicher 2005-05-06 12:47:33 UTC
The NPE is fixed in trunk:

/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/views/BreakpointsView.java,v
 <--  BreakpointsView.java
new revision: 1.8; previous revision: 1.7

The NoClassDefFoundError does not make sense to me. Closing as fixed, if you can
reproduce the NoClassDefFoundError with a clean build, please reopen.
Comment 4 _ lcincura 2005-07-13 13:00:06 UTC
Verified in 4.2 build 200507110943