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 49711 - NPE at org.netbeans.modules.javacore.scanning.JavaUpdater.getAllClassesFromResource
Summary: NPE at org.netbeans.modules.javacore.scanning.JavaUpdater.getAllClassesFromRe...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-29 21:46 UTC by _ gtzabari
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack-trace (1.18 KB, text/plain)
2004-09-29 21:46 UTC, _ gtzabari
Details
Source-code being edited (10.04 KB, text/plain)
2004-09-29 21:47 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2004-09-29 21:46:29 UTC
dev build 200409281800
JDK 1.5 RC

This is a P2 issue because I get a pop-up
exception every 10 seconds. It is highly annoying
and prevents me from working.

I am attaching the exception and source-code. I am
not doing anything special, just typing away at
the editor when these exceptions keep on poping up.
Comment 1 _ gtzabari 2004-09-29 21:46:43 UTC
Created attachment 17926 [details]
Exception stack-trace
Comment 2 _ gtzabari 2004-09-29 21:47:03 UTC
Created attachment 17927 [details]
Source-code being edited
Comment 3 Martin Matula 2004-09-30 10:39:53 UTC
Looks like the class index for the given classpath element got lost.
Tomasi, please look at it.
Comment 4 Tomas Hurka 2004-09-30 12:26:49 UTC
Please provide more information how to reproduce it. I have no problem editing attached 
source file. 
Comment 5 _ gtzabari 2004-09-30 17:53:54 UTC
This was caused by a corrupt userdir. Once I recreated the userdir the
problem went away. So I guess you can close this issue as WORKSFORME
but I am still disturbed by what corrupted the userdir in the first
place. I always start out with a fresh userdir for every dev build I try!
Comment 6 Tomas Hurka 2004-10-01 12:30:38 UTC
Ok, closing as works-for-me. If you see it again please reopen and try to find out how 
to reproduce it. Thanks.