RFR: 8360070: AccessibleText.getBeforeIndex returns null for last character

Abhishek Kumar abhiscxk at openjdk.org
Wed Jun 25 15:43:28 UTC 2025


On Wed, 25 Jun 2025 15:05:27 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> > The spec says
> 
> What spec in particular?

https://docs.oracle.com/en/java/javase/24/docs/api/java.desktop/javax/accessibility/AccessibleText.html#getBeforeIndex(int,int)

It says, `index - an index within the text` for the `getBeforeIndex` method description

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

PR Comment: https://git.openjdk.org/jdk/pull/25941#issuecomment-3005245568


More information about the client-libs-dev mailing list