parsingdata / metal

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

Use Java 9 features (such as List.of and Set.of) #390

Closed rdvdijk closed 1 year ago

rdvdijk commented 1 year ago

Let's use some of the Java 9 List.of methods instead of Arrays.asList. Most or all of these are present in test code, so it should not affect any actual Metal code.

rdvdijk commented 1 year ago

Fixed in #391