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

Summary: NullPointerException at javax.swing.JFileChooser.isTraversable
Product: projects Reporter: bbergeson
Component: Generic Projects UIAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: bbergeson
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185370
Attachments: stacktrace
stacktrace

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