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 162016

Summary: [67cat] NullPointerException at org.netbeans.modules.java.source.indexing.JavaParsingContext.<init>
Product: java Reporter: neilg <neilg>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=147515
Issue Type: DEFECT Exception Reporter: 147515
Attachments: stacktrace

Description neilg 2009-04-06 08:37:45 UTC
Build: NetBeans IDE Dev (Build 200904030200)
VM: OpenJDK 64-Bit Server VM, 14.0-b08, OpenJDK Runtime Environment, 1.6.0_0-b14
OS: Linux, 2.6.28-11-generic, amd64

User Comments:
neilg: Closing IDE

tboudreau: Exception occurred when I clicked the main window's close button to shut down the IDE while classpath scanning was occuring.



Stacktrace: 
java.io.IOException
        at org.netbeans.modules.java.source.tasklist.TaskCache.refreshTransaction(TaskCache.java:472)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1.run(JavaCustomIndexer.java:117)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1.run(JavaCustomIndexer.java:115)
        at org.netbeans.modules.java.source.usages.ClassIndexManager.writeLock(ClassIndexManager.java:100)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:115)
        at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:141)
Comment 1 neilg 2009-04-06 08:37:50 UTC
Created attachment 79505 [details]
stacktrace
Comment 2 Jiri Prox 2009-04-07 15:46:43 UTC

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