Attila Doroszlai created RATIS-2679:
---------------------------------------
Summary: Suppress varargs warnings on SafeVarargs methods
Key: RATIS-2679
URL: https://issues.apache.org/jira/browse/RATIS-2679
Project: Ratis
Issue Type: Improvement
Components: build
Reporter: Attila Doroszlai
Assignee: Attila Doroszlai
Suppress the following warning:
{code}
Varargs method could cause heap pollution from non-reifiable varargs parameter
assertions
{code}
emitted for methods annotated with {{@SafeVarargs}} in ConfUtils.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)