-
Bug
-
Resolution: Duplicate
-
P3
-
8
-
b96
-
windows_2008
Test fails with jdk1.8.0b96. But passes with jdk1.8.0b95
java.lang.RuntimeException: Test failed: (3) filter not null
at AcceptAllFileFilterTest.fail(AcceptAllFileFilterTest.java:64)
at AcceptAllFileFilterTest.main(AcceptAllFileFilterTest.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96)
at java.lang.Thread.run(Thread.java:724)
java.lang.RuntimeException: Test failed: (3) filter not null
at AcceptAllFileFilterTest.fail(AcceptAllFileFilterTest.java:64)
at AcceptAllFileFilterTest.main(AcceptAllFileFilterTest.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96)
at java.lang.Thread.run(Thread.java:724)
- duplicates
-
JDK-8019975 closed/javax/swing/JFileChooser/4966171/bug4966171.java throws java.io.NotSerializableException: javax.swing.plaf.basic.BasicFileChooserUI$AcceptAllFileFilter
- Closed
-
JDK-8019975 closed/javax/swing/JFileChooser/4966171/bug4966171.java throws java.io.NotSerializableException: javax.swing.plaf.basic.BasicFileChooserUI$AcceptAllFileFilter
- Closed
- relates to
-
JDK-8013442 No file filter selected in file type combo box when using JFileChooser
- Resolved