RFR: 8327786: Add fluent setAccessible()

Sergey duke at openjdk.org
Mon Mar 11 23:09:14 UTC 2024


On Thu, 25 Jan 2024 21:35:45 GMT, Sergey <duke at openjdk.org> wrote:

> The feature allows to extract a private field value in a single expression, like so:
> 
> object.getClass().getDeclaredField().setAccessible().get(object)

So the only thing left seems to be finding a reviewer. What is the "standard protocol" to do that? Is there a public registry of accredited JDK reviewers so that I could pull some of them into this conversation, for example?

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

PR Comment: https://git.openjdk.org/jdk/pull/17578#issuecomment-1989612716


More information about the core-libs-dev mailing list