You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When verifying a class that imports DoubleSummaryStatistics (or the class itself) it throws an illegal reflective access warning for field java.util.DoubleSummaryStatistics.count
To Reproduce
Verify class DoubleSummaryStatistics.
Code that triggers the behavior EqualsVerifier.simple().forClass(DoubleSummaryStatistics.class).verify();
Error message
[ERROR] WARNING: An illegal reflective access operation has occurred
[ERROR] WARNING: Illegal reflective access by nl.jqno.equalsverifier.internal.reflection.FieldModifier (file:/Users/dsubelman/.m2/repository/nl/jqno/equalsverifier/equalsverifier/3.5.2/equalsverifier-3.5.2.jar) to field java.util.DoubleSummaryStatistics.count
[ERROR] WARNING: Please consider reporting this to the maintainers of nl.jqno.equalsverifier.internal.reflection.FieldModifier
[ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[ERROR] WARNING: All illegal access operations will be denied in a future release
Expected behavior
No warning
Version
3.5.2
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When verifying a class that imports DoubleSummaryStatistics (or the class itself) it throws an illegal reflective access warning for field java.util.DoubleSummaryStatistics.count
To Reproduce
Verify class DoubleSummaryStatistics.
Code that triggers the behavior
EqualsVerifier.simple().forClass(DoubleSummaryStatistics.class).verify();
Error message
Expected behavior
No warning
Version
3.5.2
Additional context
The text was updated successfully, but these errors were encountered: