-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
hopper
-
generic
-
generic
-
Verified
JFileChooser.getSelectedFile may return subclass of java.io.File:
javax.swing.filechooser.FileSystemView$FileSystemRoot. During serialization
of this class there is fired exception NotSerializableException, that is
clearly a bug in JDK 1.4.0 JFileChooser implementation.
There may be other subclasses of java.io.File - all of them must be
serializable and preferably deserialize to an instance of java.io.File (or to a fully functional descendant of it).
javax.swing.filechooser.FileSystemView$FileSystemRoot. During serialization
of this class there is fired exception NotSerializableException, that is
clearly a bug in JDK 1.4.0 JFileChooser implementation.
There may be other subclasses of java.io.File - all of them must be
serializable and preferably deserialize to an instance of java.io.File (or to a fully functional descendant of it).
- relates to
-
JDK-4523887 REGRESSION:Crash of JVM occurs while running NetBeans3.3 beta3 with JDK1.4 beta3
-
- Closed
-