parsingdata / metal

A Java library for parsing binary data formats, using declarative descriptions.
Apache License 2.0
18 stars 9 forks source link

#390: Replace all usages of Arrays.asList with List.of. #391

Closed rdvdijk closed 1 year ago

rdvdijk commented 1 year ago

This is a minor clean-up: Replace all usages of Arrays.asList with the more modern (Java 9 :laughing:) List.of.

codecov[bot] commented 1 year ago

Codecov Report

Merging #391 (c07f115) into master (e77bc60) will not change coverage. Report is 1 commits behind head on master. The diff coverage is n/a.

@@             Coverage Diff             @@
##              master      #391   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      1120      1120           
===========================================
  Files             97        97           
  Lines           1474      1474           
  Branches         153       153           
===========================================
  Hits            1474      1474           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more