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

Summary: [java-mdr] NPE thrown while I was browsing java.jar in the Explorer
Product: java Reporter: Jan Becicka <jbecicka>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: java.lang.NullPointerException at org.openide.src.ClassElement.testFileForName(ClassElement.java:1053)

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