RFR: 8026776: Broken API names in API doc [v2]

Sergey Bylokhov serb at openjdk.org
Sat Oct 18 06:02:01 UTC 2025


On Sat, 18 Oct 2025 04:46:53 GMT, Phil Race <prr at openjdk.org> wrote:

> There was a conversation above :
> Reviewer >> This JBS lists a lot of broken API names. Is this list still valid?
> Reviewer >> I see that you have chosen to fix only a few.
> Fixer > Other awt/swing things are fixed already

The bug is not only about awt/swing, like the next one(still exists?):

>10.http://docs.oracle.com/javase/7/docs/api/javax/security/sasl/SaslServer.html
  ldap.in = new SecureInputStream(ss, ldap.in);
      ldap.out = new SecureOutputStream(ss, ldap.out);-> Where are SecureInputStream and SecureOutputStream?

The ticket also mentioned references to non-public APIs from the specification, such as:

>1. http://docs.oracle.com/javase/7/docs/api/index.html?java/awt/Component.html
For paint events, the new event is coalesced into a complex RepaintArea in the peer. > RepaintArea is deleted in 7.0. 

Same for various peers, etc.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27860#issuecomment-3417841824


More information about the client-libs-dev mailing list