JDK-8250859 : Address reliance on default constructors in the Accessibility APIs
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.accessibility
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-07-30
  • Updated: 2024-11-22
  • Resolved: 2020-09-24
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 16
16 b18Fixed
Related Reports
CSR :  
Relates :  
Description
Several hundred classes in the java.desktop module reply on default constructors as part of their public API. 

This for the accessibility APIs

Default ctor on com.sun.java.accessibility.util.AWTEventMonitor 
Default ctor on com.sun.java.accessibility.util.AccessibilityEventMonitor 
Default ctor on com.sun.java.accessibility.util.AccessibilityListenerList 
Default ctor on com.sun.java.accessibility.util.EventID 
Default ctor on com.sun.java.accessibility.util.SwingEventMonitor 
Default ctor on javax.accessibility.AccessibleContext 
Default ctor on javax.accessibility.AccessibleHyperlink 
Default ctor on javax.accessibility.AccessibleResourceBundle 
Comments
Changeset: a9d04408 Author: Conor Cleary <ccleary@openjdk.org> Committer: Phil Race <prr@openjdk.org> Date: 2020-09-24 16:06:37 +0000 URL: https://git.openjdk.java.net/jdk/commit/a9d04408
24-09-2020