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 - NullPointerException at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.findDependent
Summary: NullPointerException at org.netbeans.modules.java.source.indexing.JavaCustomI...
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 08:23 UTC by Chiana
Modified: 2009-12-01 05:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163010


Attachments
stacktrace (2.32 KB, text/plain)
2009-11-30 08:23 UTC, Chiana
Details
stacktrace (2.32 KB, text/plain)
2009-11-30 10:03 UTC, alied
Details
stacktrace (2.46 KB, text/plain)
2009-11-30 10:35 UTC, Jesse Glick
Details
stacktrace (2.46 KB, text/plain)
2009-11-30 16:32 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***