RFR: JDK-8279242: Reflection newInstance() error message when constructor has no access modifiers could use improvement [v2]

Mandy Chung mchung at openjdk.java.net
Tue Jan 25 17:13:35 UTC 2022


On Tue, 25 Jan 2022 05:25:12 GMT, Joe Darcy <darcy at openjdk.org> wrote:

>> Making the exception message friendlier to users.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Respond to review feedback.

There is another `newIllegalAccessException(Class<?> memberClass, int modifiers)` method that also needs to be updated.

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

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


More information about the core-libs-dev mailing list