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 167296 - NullPointerException at org.netbeans.modules.parsing.impl.indexing.FileObjectIndexable.getURL
Summary: NullPointerException at org.netbeans.modules.parsing.impl.indexing.FileObject...
Status: RESOLVED DUPLICATE of bug 166029
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-18 10:57 UTC by dandubois
Modified: 2009-06-18 14:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151916


Attachments
stacktrace (2.29 KB, text/plain)
2009-06-18 10:58 UTC, dandubois
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dandubois 2009-06-18 10:57:58 UTC
Build: NetBeans IDE 6.7 RC3 (Build 200906142201)
VM: Java HotSpot(TM) Client VM, 1.5.0_19-137, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_19-b02-304
OS: Mac OS X, 10.5.7, i386

User Comments:
ecastro: Removing java files en masse

tomasb: Building maven project



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.parsing.impl.indexing.FileObjectIndexable.getURL(FileObjectIndexable.java:97)
        at org.netbeans.modules.parsing.spi.indexing.Indexable.getURL(Indexable.java:93)
        at org.netbeans.modules.java.source.indexing.OnePassCompileWorker.compile(OnePassCompileWorker.java:127)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1$1.run(JavaCustomIndexer.java:139)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1$1.run(JavaCustomIndexer.java:124)
        at org.netbeans.modules.java.source.tasklist.TaskCache.refreshTransaction(TaskCache.java:470)
Comment 1 dandubois 2009-06-18 10:58:04 UTC
Created attachment 83744 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-06-18 10:58:10 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=151916
Comment 3 Vitezslav Stejskal 2009-06-18 14:05:25 UTC
This was already fixed, please try latest dev build.

*** This issue has been marked as a duplicate of 166029 ***