garydgregory commented on PR #1793: URL: https://github.com/apache/commons-lang/pull/1793#issuecomment-5735444205
@Alwaysgaurav1 These change now cause the documentation to no longer match the behavior. Specifically, you should update the class-level Javadoc to match the new behavior. The new accessibility guard rejects package-private classes immediately, but the "Known Limitations" section still promises a `setAccessible(true)` workaround for their public constructors. Remove or revise that explanation and document that these calls now return `null` or throw `NoSuchMethodException`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
