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 - NullPointerException at javax.swing.filechooser.FileSystemView.getFiles
Summary: NullPointerException at javax.swing.filechooser.FileSystemView.getFiles
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-08-11 14:49 UTC by shamsulkamal
Modified: 2008-12-22 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 89231


Attachments
stacktrace (812 bytes, text/plain)
2008-08-11 14:49 UTC, shamsulkamal
Details

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