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

Summary: NullPointerException at org.netbeans.modules.parsing.impl.indexing.FileObjectIndexable.getURL
Product: editor Reporter: dandubois <dandubois>
Component: Parsing & IndexingAssignee: Jan Jancura <jjancura>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=151916
Issue Type: DEFECT Exception Reporter: 151916
Attachments: stacktrace

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 ***