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 - Mount wizard broken
Summary: Mount wizard broken
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
: 39355 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-29 07:35 UTC by Jiri Skrivanek
Modified: 2008-12-22 19:39 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE stack trace (4.98 KB, text/plain)
2004-01-29 07:35 UTC, Jiri Skrivanek
Details

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