apache / datasketches-memory

High performance native memory access for Java.
https://datasketches.apache.org
Apache License 2.0
122 stars 29 forks source link

Checkstyle and SpotBugs fixes #146

Closed davecromberge closed 3 years ago

davecromberge commented 3 years ago

The following violations were corrected:

Note that there are 'violations' in the MurmerHashV3 class concerning switch fall-throughs. This is left as-is.