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 207857 - NullPointerException at org.netbeans.modules.remote.api.ui.FileChooserBuilder$RemoteFileChooserImpl.setCurrentDirectory
Summary: NullPointerException at org.netbeans.modules.remote.api.ui.FileChooserBuilder...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: RemoteFS (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: remotefs@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-27 19:25 UTC by stiffuser
Modified: 2012-02-01 14:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184859


Attachments
stacktrace (9.11 KB, text/plain)
2012-01-27 19:25 UTC, stiffuser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stiffuser 2012-01-27 19:25:12 UTC
Build: NetBeans IDE 7.1 RC2 (Build 201111302200)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.remote.api.ui.FileChooserBuilder$RemoteFileChooserImpl.setCurrentDirectory(FileChooserBuilder.java:236)
   at javax.swing.JFileChooser.setSelectedFile(JFileChooser.java:0)
   at javax.swing.plaf.basic.BasicFileChooserUI$ApproveSelectionAction.actionPerformed(BasicFileChooserUI.java:0)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:0)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:0)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:0)
Comment 1 stiffuser 2012-01-27 19:25:17 UTC
Created attachment 115334 [details]
stacktrace