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 177862 - [68cat] NullPointerException at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.findDependent
Summary: [68cat] NullPointerException at org.netbeans.modules.java.source.indexing.Jav...
Status: RESOLVED DUPLICATE of bug 177763
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-30 09:14 UTC by alied
Modified: 2009-12-21 07:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163141


Attachments
stacktrace (2.02 KB, text/plain)
2009-11-30 09:14 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2009-11-30 09:14:54 UTC
Build: NetBeans IDE Dev (Build 200911290200)
VM: Java HotSpot(TM) Client VM, 17.0-b05, Java(TM) SE Runtime Environment, 1.7.0-ea-b76
OS: Windows Vista, 6.0, x86

User Comments:
alied: I just started netBeans.
Maybe it has todo, but I just updated Java:
Product Version: NetBeans IDE Dev (Build 200911290200)
Java: 1.7.0-ea; Java HotSpot(TM) Client VM 17.0-b05
System: Windows Vista version 6.0 running on x86; Cp1252; es_ES (nb)



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.findDependent(JavaCustomIndexer.java:607)
        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:78)
        at org.netbeans.modules.java.source.usages.ClassIndexManager.prepareWriteLock(ClassIndexManager.java:113)
        at org.netbeans.modules.java.source.indexing.JavaBinaryIndexer.index(JavaBinaryIndexer.java:78)
        at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:157)
Comment 1 alied 2009-11-30 09:14:58 UTC
Created attachment 91874 [details]
stacktrace
Comment 2 Jan Lahoda 2009-12-21 07:28:04 UTC

*** This bug has been marked as a duplicate of bug 177763 ***