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 35988 - [java-mdr] NPE thrown while I was browsing java.jar in the Explorer
Summary: [java-mdr] NPE thrown while I was browsing java.jar in the Explorer
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2003-09-10 09:16 UTC by Jan Becicka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.NullPointerException at org.openide.src.ClassElement.testFileForName(ClassElement.java:1053) (3.04 KB, text/plain)
2003-09-10 09:17 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2003-09-10 09:16:52 UTC
See attached stack trace
Comment 1 Jan Becicka 2003-09-10 09:17:57 UTC
Created attachment 11561 [details]
java.lang.NullPointerException at org.openide.src.ClassElement.testFileForName(ClassElement.java:1053)
Comment 2 Daniel Prusa 2003-09-25 14:33:31 UTC
The used java.jar contained class files only, thus this issue is
related to the class module rather then the bridge.

SourceElementImpl.getClasses () returns an array having one element
which is null - it causes NPE in the org.openide.src.* package.
Comment 3 Tomas Hurka 2003-10-17 10:28:51 UTC
It will be fixed after java/mdr redesign.
Comment 4 Jan Becicka 2004-03-18 09:36:04 UTC
Cannot reproduce anymore. Fixed by java/mdr redesign.
Comment 5 Jan Becicka 2004-07-23 13:15:42 UTC
Verified
Comment 6 Quality Engineering 2007-09-20 10:48:22 UTC
Reorganization of java component