JDK-4943615 : NPE with Synth in JFileChooser
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS:
    linux,solaris_7,solaris_10,windows_xp linux,solaris_7,solaris_10,windows_xp
  • CPU: x86,sparc
  • Submitted: 2003-10-24
  • Updated: 2012-10-01
  • Resolved: 2003-12-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b32Fixed
Related Reports
Duplicate :  
Description
From reg test javax/swing/plaf/synth/SynthPainter/unitTest/UnitTest:
	at javax.swing.JFileChooser.updateUI(JFileChooser.java:1711)
	at javax.swing.JFileChooser.setup(JFileChooser.java:347)
	at javax.swing.JFileChooser.<init>(JFileChooser.java:322)
	at javax.swing.JFileChooser.<init>(JFileChooser.java:275)
	at UnitTest.<init>(UnitTest.java:109)
	at UnitTest$1.run(UnitTest.java:20)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:191)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:231)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)


Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b32 tiger-beta
14-06-2004

EVALUATION SynthFileChooserUI is abstract. Will implement for tiger. ###@###.### 2003-11-18
18-11-2003