RFR: 8269698: Specification for methods of java.awt.im.InputContext should mention that they do nothing

Sergey Bylokhov serb at openjdk.java.net
Mon Oct 4 18:20:18 UTC 2021


On Mon, 4 Oct 2021 18:07:48 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

> Another solution is to make this class abstract.

It won't help, since they will subclass this class and call the parent methods, which they do a few times already for some other cases.

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

PR: https://git.openjdk.java.net/jdk/pull/5806



More information about the client-libs-dev mailing list