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 209903 - NullPointerException at org.netbeans.modules.java.source.indexing.JavaIndex.setAttribute
Summary: NullPointerException at org.netbeans.modules.java.source.indexing.JavaIndex.s...
Status: RESOLVED DUPLICATE of bug 209806
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 02:40 UTC by fortruth
Modified: 2012-03-23 00:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186127


Attachments
stacktrace (2.21 KB, text/plain)
2012-03-22 02:40 UTC, fortruth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fortruth 2012-03-22 02:40:43 UTC
Build: NetBeans IDE Dev (Build 201203210400)
VM: OpenJDK Client VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_24-b24
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.source.indexing.JavaIndex.setAttribute(JavaIndex.java:190)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$Factory.scanFinished(JavaCustomIndexer.java:862)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFinished(RepositoryUpdater.java:2236)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:4666)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:4401)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:4122)
Comment 1 fortruth 2012-03-22 02:40:47 UTC
Created attachment 117043 [details]
stacktrace
Comment 2 Tomas Zezula 2012-03-22 12:55:33 UTC

*** This bug has been marked as a duplicate of bug 209806 ***
Comment 3 fortruth 2012-03-23 00:32:19 UTC
yeap,that I have the same question!