JDK-6405175 : LTP: XMLEncoder could not write BoxLayout and OverlayLayout (fails since mustang-b76)
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.beans
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-03-28
  • Updated: 2017-05-16
  • Resolved: 2006-04-26
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.
JDK 6
6 b82Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Could not write these layouts to XML with XMLEncoder. It is impossible to get values from private fields. It is necessary to create public getters, because XMLEncoder should work with SecurityManager from Java Web Start.

Comments
EVALUATION This is regression since bug 4741757 was fixed. Classes BoxLayout and OverlayLayout does not have public getters to access their private fields. So it is imposiible to instantiate it properly.
28-03-2006