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

Summary: [68cat] NullPointerException at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.findDependent
Product: java Reporter: alied <alied>
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 163141
Attachments: stacktrace

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 ***