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 143473

Summary: NullPointerException at javax.swing.filechooser.FileSystemView.getFiles
Product: platform Reporter: shamsulkamal <shamsulkamal>
Component: Directory ChooserAssignee: David Simonek <dsimonek>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=89231
Issue Type: DEFECT Exception Reporter: 89231
Attachments: stacktrace

Description shamsulkamal 2008-08-11 14:49:15 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at javax.swing.filechooser.FileSystemView.getFiles(FileSystemView.java:434)
        at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread$1.call(BasicDirectoryModel.java:225)
        at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread$1.call(BasicDirectoryModel.java:221)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
Comment 1 shamsulkamal 2008-08-11 14:49:23 UTC
Created attachment 67010 [details]
stacktrace
Comment 2 David Simonek 2008-09-19 12:06:57 UTC
Unfortunately, there is nothing we can do with this issue without reproducible set of steps, as exception is thrown from
Swing/JDK code. If issue is reproducible, please post here set of steps to reproduce and reopen, thanks.