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 39347

Summary: Mount wizard broken
Product: platform Reporter: Jiri Skrivanek <jskrivanek>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker CC: dsimonek, jrechtacek
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: NPE stack trace

Description Jiri Skrivanek 2004-01-29 07:35:16 UTC
From build 20040128-1607 the mount wizard is
broken. I suspect it is because of changes done in
property sheet (see change log of continuous
build). To reproduce:

- open mount wizard (File -> Mount Filesystem...)
- select Local directory
- click Next
- click Back => NullPointerException is thrown
(see attachment)

It also broke the commit validation suite because
JFileChooser embedded in the wizard doesn't
respond to setSelectedFile() call.

Tested in build 20040128-1607, JDK1.4.2_03, WindowsXP.
Comment 1 Jiri Skrivanek 2004-01-29 07:35:55 UTC
Created attachment 13128 [details]
NPE stack trace
Comment 2 David Simonek 2004-01-29 09:23:58 UTC
Caused by fix of issue 38132.
Comment 3 Lukas Hasik 2004-01-29 09:57:45 UTC
*** Issue 39355 has been marked as a duplicate of this issue. ***
Comment 4 _ tboudreau 2004-01-29 11:22:19 UTC
Fixed in trunk.

cvs commit: Examining .
cvs commit: Examining editors
Checking in CustomEditorDisplayer.java;
/cvs/openide/src/org/openide/explorer/propertysheet/CustomEditorDisplayer.java,v  
<--  CustomEditorDisplayer.java
new revision: 1.8; previous revision: 1.7
Comment 5 Jiri Skrivanek 2004-01-29 14:06:48 UTC
Verified in build 20040129-1125.