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 178919

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

Description Exceptions Reporter 2009-12-21 01:56:29 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4425-on-091130)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Linux, 2.6.31.5-0.1-default, amd64

User Comments:
ulfzibis: Deleted package in Source Packages tree



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$2$1.run(JavaCustomIndexer.java:303)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$2$1.run(JavaCustomIndexer.java:291)
   at org.netbeans.modules.java.source.tasklist.TaskCache.refreshTransaction(TaskCache.java:481)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$2.run(JavaCustomIndexer.java:291)
Comment 1 Exceptions Reporter 2009-12-21 01:56:32 UTC
Created attachment 92810 [details]
stacktrace
Comment 2 Jan Lahoda 2009-12-21 02:05:49 UTC

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