[
https://issues.apache.org/jira/browse/LANG-1667?focusedWorklogId=637673&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-637673
]
ASF GitHub Bot logged work on LANG-1667:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Aug/21 04:09
Start Date: 13/Aug/21 04:09
Worklog Time Spent: 10m
Work Description: coveralls commented on pull request #788:
URL: https://github.com/apache/commons-lang/pull/788#issuecomment-898176980
[](https://coveralls.io/builds/42119853)
Coverage remained the same at 94.995% when pulling
**615b3d5b1ac12a62428cace87c580fe4d8f90a57 on
greatmastermario:LANG-1667-ArrayList-Reflection** into
**7c658527094083b2037d362916adf8eb2493ea65 on apache:master**.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 637673)
Time Spent: 20m (was: 10m)
> Cannot Use ReflectionToStringBuilder for ArrayList on Java 16 Due to Module
> Access
> ----------------------------------------------------------------------------------
>
> Key: LANG-1667
> URL: https://issues.apache.org/jira/browse/LANG-1667
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.builder.*
> Affects Versions: 3.12.0
> Environment: JDK 16
> Reporter: Andrew Thomas
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In Java 16, many classes in java.base module are not able to be made
> accessible due to access restrictions on the module. An example is ArrayList.
>
> In ToStringBuilderTest.testReflectionHierarchyArrayList(), the test fails
> with the following error:
> {code:java}
> java.lang.reflect.InaccessibleObjectException: Unable to make field private
> static final java.lang.Object[]
> java.util.ArrayList.DEFAULTCAPACITY_EMPTY_ELEMENTDATA accessible: module
> java.base does not "opens java.util" to unnamed module @3339ad8e{code}
>
> This is causing build failures for all open PRs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)