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 177857

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

Description Chiana 2009-11-30 08:23:53 UTC
Build: NetBeans IDE Dev (Build 200911281400)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows Vista, 6.0, x86

User Comments:
Chiana: Saved a source code file when the network blinked



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.findDependent(JavaCustomIndexer.java:482)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.access$300(JavaCustomIndexer.java:108)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1$1.run(JavaCustomIndexer.java:198)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1$1.run(JavaCustomIndexer.java:158)
        at org.netbeans.modules.java.source.tasklist.TaskCache.refreshTransaction(TaskCache.java:481)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1.run(JavaCustomIndexer.java:158)
Comment 1 Chiana 2009-11-30 08:23:57 UTC
Created attachment 91862 [details]
stacktrace
Comment 2 alied 2009-11-30 10:03:00 UTC
Created attachment 91876 [details]
stacktrace
Comment 3 Jesse Glick 2009-11-30 10:35:04 UTC
Created attachment 91883 [details]
stacktrace
Comment 4 Jesse Glick 2009-11-30 10:37:42 UTC
Looks to be in 6.9, not 6.8 - possible problem w/ exception reporter?
Comment 5 Jesse Glick 2009-11-30 16:32:09 UTC
Created attachment 91886 [details]
stacktrace
Comment 6 Exceptions Reporter 2009-11-30 16:32:17 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=163010
Comment 7 Jan Lahoda 2009-12-01 05:13:58 UTC

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