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 257911 - NullPointerException at javax.swing.JFileChooser.isTraversable
Summary: NullPointerException at javax.swing.JFileChooser.isTraversable
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-09 20:17 UTC by bbergeson
Modified: 2016-07-27 20:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185370


Attachments
stacktrace (3.49 KB, text/plain)
2016-02-09 20:17 UTC, bbergeson
Details
stacktrace (3.56 KB, text/plain)
2016-02-24 15:41 UTC, bbergeson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bbergeson 2016-02-09 20:17:05 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 7

User Comments:
GUEST: Trying to open an existing project

GUEST: INiciando o IDE

GUEST: ?? ???????? ?????? "??????? ??????", ?????? "?????" ????? ??????? ????? ? ??????????? ???????.

GUEST: I don't know.

bbergeson: I was trying to open a project using the File->Open Project option.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.JFileChooser.isTraversable(JFileChooser.java:1629)
   at javax.swing.JFileChooser.setCurrentDirectory(JFileChooser.java:592)
   at javax.swing.JFileChooser.<init>(JFileChooser.java:344)
   at javax.swing.JFileChooser.<init>(JFileChooser.java:296)
   at org.netbeans.modules.project.ui.ProjectChooserAccessory$ProjectFileChooser.<init>(ProjectChooserAccessory.java:495)
   at org.netbeans.modules.project.ui.ProjectChooserAccessory$ProjectFileChooser.<init>(ProjectChooserAccessory.java:495)
Comment 1 bbergeson 2016-02-09 20:17:07 UTC
Created attachment 158441 [details]
stacktrace
Comment 2 bbergeson 2016-02-24 15:41:20 UTC
Created attachment 158636 [details]
stacktrace

Just tried to open a project.
Comment 3 Tomas Stupka 2016-07-04 14:00:52 UTC
reassigning for further evaluation