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 51737 - private inner classes causing NullPointerExceptions?
Summary: private inner classes causing NullPointerExceptions?
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-22 22:46 UTC by sunofra
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file containing nullpointer stack trace (42.65 KB, text/plain)
2004-11-22 22:47 UTC, sunofra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunofra 2004-11-22 22:46:07 UTC
I have a class which contains 3 private inner
classes. When this source file is doubleclicked,
netbeans starts giving lots of nullpointer
exceptions. If I remove this file from the sources
folder everything works fine. From what I can tell
in the logs this has to do with the inner classes
in that source file. It cant find them in the
class list or something.

Have a look and please let me know if there is a
temporary workaround.
Comment 1 sunofra 2004-11-22 22:47:29 UTC
Created attachment 18998 [details]
log file containing nullpointer stack trace
Comment 2 Martin Matula 2004-11-24 13:52:12 UTC
The log contains a lot of exceptions that were caused by bugs we had
in beta2. These bugs are now fixed. I would recommend you to get the
newest  dev build or q-build of NetBeans 4.0.
Comment 3 Quality Engineering 2007-09-20 09:54:20 UTC
Reorganization of java component