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 182709 - NullPointerException at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.findDependent
Summary: NullPointerException at org.netbeans.modules.java.source.indexing.JavaCustomI...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-24 19:28 UTC by Exceptions Reporter
Modified: 2010-03-26 05:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166919


Attachments
stacktrace (2.12 KB, text/plain)
2010-03-24 19:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-03-24 19:28:14 UTC
Build: NetBeans IDE Dev (Build 100323-5ef514508115)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.findDependent(JavaCustomIndexer.java:695)
   at org.netbeans.modules.java.source.indexing.JavaBinaryIndexer$1.run(JavaBinaryIndexer.java:103)
   at org.netbeans.modules.java.source.indexing.JavaBinaryIndexer$1.run(JavaBinaryIndexer.java:77)
   at org.netbeans.modules.java.source.usages.ClassIndexManager.prepareWriteLock(ClassIndexManager.java:114)
   at org.netbeans.modules.java.source.indexing.JavaBinaryIndexer.index(JavaBinaryIndexer.java:77)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$1.run(Indexable.java:160)
Comment 1 Exceptions Reporter 2010-03-24 19:28:19 UTC
Created attachment 95719 [details]
stacktrace
Comment 2 Tomas Zezula 2010-03-25 08:26:55 UTC
Caused by missing FO.  The ResultConvertor.FileObjectConvertors returns null which is added into the set and used in indexer.
Comment 3 Tomas Zezula 2010-03-25 09:17:05 UTC
Fixed in jet-main e7628e37be4d
Comment 4 Quality Engineering 2010-03-26 05:34:46 UTC
Integrated into 'main-golden', will be available in build *201003260201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e7628e37be4d
User: Tomas Zezula <tzezula@netbeans.org>
Log: #182709:NullPointerException at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.findDependent