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 - [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-12-21 01:56 UTC by Exceptions Reporter
Modified: 2009-12-21 02:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161006


Attachments
stacktrace (2.47 KB, text/plain)
2009-12-21 01:56 UTC, Exceptions Reporter
Details

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